Skip to content

Commit 9268601

Browse files
committed
Bump version and add release notes for version 1.0.1
1 parent b283d73 commit 9268601

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/release-notes/v1.0.1.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Updates
2+
3+
- Fix broken autotagger when updating to the latest version of the app.
4+
- Fix unsaved changes message alert displaying every time closing the app is attempted. (#36)
5+
- Stop paralleling the trash files process to avoid issues with operation abortion.
6+
7+
## Download Options
8+
9+
| Platform | File | Type | Automatic Updates |
10+
| --- | --- | --- | --- |
11+
| Windows | `.exe` | Installer | Yes |
12+
| Windows | `.zip` | Portable | No |
13+
| Linux | `.AppImage` | Portable application | Yes |
14+
| Linux | `.deb` | Debian package | Yes |
15+
| Linux | `.rpm` | RPM package | Yes |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataset-editor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"main": "dist_app/main.js",
66
"description": "A dataset editor",

0 commit comments

Comments
 (0)