Skip to content

Commit

Permalink
v5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyozz committed Jun 10, 2021
1 parent 0bfca54 commit 35106d4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## Unreleased
## 5.6.0 (2021-06-10)

### Features

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

You can now add files faster

![docs/changelog/5.6.0/recent_files_1.png](docs/changelog/5.6.0/recent_files_1.png)
![docs/changelog/5.6.0/recent_files_2.png](docs/changelog/5.6.0/recent_files_2.png)

- App top bar is now draggable
- The "waiting to compile" icon has been deleted

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

- When checking for updates, a message now appear when you're already using the latest version

![docs/changelog/5.6.0/toast_1.png](docs/changelog/5.6.0/toast_1.png)

### Bug fixes

- Texts could appear behind scrollable section
Expand Down
Binary file added docs/changelog/5.6.0/recent_files_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/changelog/5.6.0/recent_files_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/changelog/5.6.0/toast_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pca",
"version": "5.5.2",
"version": "5.6.0",
"description": "Papyrus compiler app (PCA) by WushuLate",
"private": true,
"scripts": {
Expand Down

0 comments on commit 35106d4

Please sign in to comment.