From d4d340383ac77891d9c9df1521a8d7091caaaacd Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 2 May 2026 23:22:19 +0000 Subject: [PATCH] chore(release): 0.13.0-build.20260502 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated release with automated versioning system. Release type: minor Build date: 2026-05-02 23:22:19 UTC 🤖 Generated with automated release workflow --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c65f29..6e91fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# [0.13.0-build.20260502] (2026-05-02) + +* Merge pull request #36 from KGAudioLab/feat/2026-04-30-midi-device-recording (07ba49d) +* docs: updated README.md (9828c45) +* feat: preserve the viewport position when zooming in and out (f132f6b) +* feat: add cross-component playhead scroll synchronization (da8b949) +* fix: move computing spectrogram text to the center of current viewport of piano roll window (6b8a470) +* fix: piano roll spectrogram is not being zoomed correctly; switching from MIDI region to audio region with piano roll open might cause residual notes. (5890a6d) +* feat: added zoom-in/out feature for piano roll window. (811b3a0) +* feat: added fine tune region position feature (d59ad68) +* fix: random not able to exit piano roll hybrid mode issue when switching between different MIDI regions (introduced a region dragging start threshold) (d5795c5) +* fix: updated the spectrogram icon (cbd2fc6) +* fix: minor UI updates (756fc1b) +* fix: unit test errors and TS type errors (b792630) +* feat: implemented piano roll hybrid mode to allow user edit MIDI notes while observing spectrogram as reference (8303445) +* fix: few misc issues when switching between MIDI region and audio regions (ba0e27e) +* feat: added audio track spectrogram visualization feature (eafb3a4) +* Merge pull request #35 from KGAudioLab/feat/2026-04-30-midi-device-recording (cc0aae4) +* fix: linter errors (cd90dc1) +* feat: add `R` as shortcut of recording button; fixed linter errors. (9be96cd) +* fix: missing count-in when recording with loop mode on (043e90b) +* fix: wwitched the preroll metronome scheduling off `window.setTimeout` and onto Tone’s audio-context clock (adb2345) +* fix: pre-roll metronome ticks are missing (a474065) +* feat: switch track volume to dB scale with Logic Pro-style fader (−∞dB ~ +12dB) (95ca339) +* feat: added recording MIDI device feature. (77885c8) + # [0.12.0-build.20260430] (2026-04-30) * Merge pull request #34 from KGAudioLab/feat/2026-04-28-add-remix-and-repaint-support (c54cf3e) diff --git a/package.json b/package.json index 05bdb79..6644ad6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.12.0-build.20260430", + "version": "0.13.0-build.20260502", "type": "module", "scripts": { "dev": "vite",