Skip to content

Commit

Permalink
Bump version to 0.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamarlinghi committed Dec 21, 2023
1 parent 63d74b7 commit 2eeb77c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# What's New

## Exporter
### 0.6.5
- Improved logging to more effectively help with issues when they are reported.
- Improved error message when writing output files fails (i.e. because user hasn't permission to write to a specific path).
- Fixed an edge case where an error would be shown when closing all documents at the same time without having opened the plugin's panel at least once.

### 0.6.4
- Display human readable error messages when trying to export with invalid settings.

Expand Down
2 changes: 1 addition & 1 deletion scripts/cepy.exporter.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Exporter info
const info = {
version: '0.6.4',
version: '0.6.5',
author: 'Francesco Camarlinghi',
homepage: 'https://minifloppy.it/tools/expresso/',
};
Expand Down

0 comments on commit 2eeb77c

Please sign in to comment.