Skip to content

Commit

Permalink
v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyozz committed Aug 17, 2021
1 parent 79b980c commit c492674
Show file tree
Hide file tree
Showing 8 changed files with 396 additions and 119 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## Unreleased
## 5.7.0 (2021-08-17)

### Features

- Dialogs can be validated with "Enter" (#119)
- Display a preview of a group when you hover the mouse over it (#118)
![docs/changelog/unreleased/group_showcase_preview.png](docs/changelog/unreleased/group_showcase_preview.gif)
![docs/changelog/5.7.0/group_showcase_preview.png](docs/changelog/5.7.0/group_showcase_preview.gif)

### Improvements

- Telemetry event "AppLoaded" now send the application version (#114)
- Telemetry are sent in a job queue (#123)
- Group dialog is bigger and display more scripts at once (#117)

![docs/changelog/unreleased/groups_dialog.png](docs/changelog/unreleased/groups_dialog.png)
![docs/changelog/5.7.0/groups_dialog.png](docs/changelog/5.7.0/groups_dialog.png)

## 5.6.0 (2021-06-10)

Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pca",
"version": "5.6.0",
"version": "5.7.0",
"description": "Papyrus compiler app (PCA) by WushuLate",
"private": true,
"scripts": {
Expand Down Expand Up @@ -105,7 +105,7 @@
"react-dom": "~17.0.2",
"react-dropzone": "~11.3.4",
"react-i18next": "~11.11.4",
"react-markdown": "~6.0.3",
"react-markdown": "~7.0.0",
"react-refresh": "^0.9.0",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
Expand Down
Loading

0 comments on commit c492674

Please sign in to comment.