Skip to content

Commit 35106d4

Browse files
committed
v5.6.0
1 parent 0bfca54 commit 35106d4

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## Unreleased
1+
## 5.6.0 (2021-06-10)
22

33
### Features
44

5-
- Recent compiled files appears in a new section called "Recent files"
5+
- Recent compiled files appears in a new section called **"Recent files"**
66

77
You can now add files faster
88

9+
![docs/changelog/5.6.0/recent_files_1.png](docs/changelog/5.6.0/recent_files_1.png)
10+
![docs/changelog/5.6.0/recent_files_2.png](docs/changelog/5.6.0/recent_files_2.png)
11+
912
- App top bar is now draggable
1013
- The "waiting to compile" icon has been deleted
1114

@@ -14,6 +17,10 @@
1417
- Application menu bar items are now
1518
translated (PCA only supports `english` and `french` at the moment, helps are welcome)
1619

20+
- When checking for updates, a message now appear when you're already using the latest version
21+
22+
![docs/changelog/5.6.0/toast_1.png](docs/changelog/5.6.0/toast_1.png)
23+
1724
### Bug fixes
1825

1926
- Texts could appear behind scrollable section
15.7 KB
Loading
52.4 KB
Loading

docs/changelog/5.6.0/toast_1.png

6.56 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pca",
3-
"version": "5.5.2",
3+
"version": "5.6.0",
44
"description": "Papyrus compiler app (PCA) by WushuLate",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)