From 121395fdf921f9fbdefe800b04e46fbaf655cab9 Mon Sep 17 00:00:00 2001 From: tillvit Date: Tue, 10 Dec 2024 22:11:56 -0500 Subject: [PATCH] v1.1.0 Changelog --- public/assets/app/changelog.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/assets/app/changelog.json b/public/assets/app/changelog.json index 252c9862..8adb8300 100644 --- a/public/assets/app/changelog.json +++ b/public/assets/app/changelog.json @@ -1,4 +1,9 @@ [ + { + "version": "1.1.0", + "date": 1733884335684, + "changelog": "## Changes\n - **Reworked split timing (chart/song timing)**\n - Timing columns have a C/S box when in **Edit Timing** mode. You can toggle between them by opening the popup or clicking the **Manage Split Timing** button in the status widget\n - Wiki will be updated soon to reflect these changes\n - **Autosaving!**\n - Every once in a while, your file will be saved (default 120 seconds, changable in options)\n - Stored in SSC format under `.smebak`\n - **SPEEDS and SCROLLS are now allowed in SM files** for recent NotITG changes (hopefully there isn't an SM parser that breaks because of this)\n - Added an option to open these changelogs under Help in the menubar\n - Added keybinds to toggle Edit/Add Timing (`T` and `Alt-T` by default)\n - Changed Skip to Start button in status widget to skip to start of song, not beat 0 to match keybind\n - Changed the file picker so that Chrome doesn't complain about \"containing system files\"\n - Changed EQ and Detect Sync canvases to match theme colors\n - Made textboxes in chart properties undoable\n - Allow keybinds to use numbers (this will take precedence over placing notes, but you can bind gameplay keybinds)\n## Fixes \n - **File saving issues**\n - Fixed files not being saved properly when special characters are used\n - Fixed chart timing data not being saved\n - Fixed chart timing data being parsed incorrectly (but somehow still being saved)\n - **Multiple assist tick / metronome fixes**\n - Fixed them being loud when a hold is being placed during playback\n - Fixed metronome spam on WARPS\n - Fixed holds not being truncated sometimes due to triplets\n - Fixed \"Invert scroll in reverse\" when \"Snap every scroll\" is on\n - Fixed many UI elements not being visible when in light themes\n - Fix song playback starting at the wrong time with songs with positive offset + rate mod\n\n" + }, { "version": "1.0.0", "date": 1731940757839,