Skip to content

Commit

Permalink
v1.1.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Dec 16, 2024
1 parent 1497e38 commit dbe69d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ interface AppVersion {
changelog: string[]
}

const VERSION = "1.1.0"
const VERSION = "1.1.1"

export class App {
options = Options
Expand Down
5 changes: 5 additions & 0 deletions public/assets/app/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "1.1.1",
"date": 1734389306256,
"changelog": "## Fixes\n- Fixed files not saving on Safari (thanks safari)\n- Fixed timing data parsing when events appear out of order in the sm file\n- Fixed Song Properties file pickers not working correctly on desktop app"
},
{
"version": "1.1.0",
"date": 1733884335684,
Expand Down

0 comments on commit dbe69d9

Please sign in to comment.