diff --git a/CHANGELOG.md b/CHANGELOG.md index 889e609..4afdc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [0.17.4-build.20260520] (2026-05-20) + +* Merge pull request #45 from KGAudioLab/feat/2026-05-17-misc (5398cc2) +* fix: stabilize the preview canvas inside of the region during resizing (b865064) +* feat: preview all the notes/regions during resizing/moving multiple notes and regions (4b5b5c8) +* feat: added visual feedback when pressing piano keys (06e2162) +* feat: allow user to config Gemma 4 E4B and MDX-NET model download URL (6db66be) +* fix: keep piano roll window showing last selected region if user deselect region instead of closing the piano roll window (862dad7) +* feat: persist piano roll zoom level into project; fixed an issue in the horizontal auto-scrolling logic in piano roll window (a0fe283) +* feat: added shortcut `N` for sheet music view (97dad69) +* feat: added split notes function (4cf474b) +* feat: added shortcut for split and merge regions (d109650) +* feat: added an option to allow user choose whether to trim leading silence when bouncing audio (fe1b4fc) +* fix: dropdown list in the main ToolBar is lower than event list panel's dropdown label button (47d1d98) +* feat: brighten on-bar and on-C separator lines in piano roll grid (5fd19c7) +* fix: when resizing an unselected note, we should clear selected note(s) and select the current note being updated (288af15) +* fix: playhead click-n-seek offset issue in piano roll window's sheet music view (60f5b75) +* fix: hide zoom level option in piano roll window's sheet music view (b5f5e16) +* feat: persist track mute/solo status (9c197ec) +* fix: VSCode debug option in macOS (cbd66ab) + # [0.17.3-build.20260515] (2026-05-15) * Merge pull request #44 from KGAudioLab/feat/2026-05-11-embedded-models (03a47c6) diff --git a/package.json b/package.json index 29c773b..c0eb472 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.17.3-build.20260515", + "version": "0.17.4-build.20260520", "type": "module", "scripts": { "dev": "vite",