From c17d169dc688dcfca5b5d16ffa322e0b2355facf Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 29 May 2026 22:03:39 +0000 Subject: [PATCH] chore(release): 0.18.0-build.20260529 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-29 22:03:39 UTC 🤖 Generated with automated release workflow --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afdc0c..1e0de8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,50 @@ +# [0.18.0-build.20260529] (2026-05-29) + +* Merge pull request #46 from KGAudioLab/feat/2026-05-23-global-track (227b1ed) +* fix: load onnx runtime mjs from assets folder (ee6cef1) +* feat: implemented user-friendly chord guide editor; added real time chord guide info to the status bar (cd2938f) +* refactor: chord guide system (72297cb) +* fix: minor UI update (ad17263) +* feat: simplify chord guide feature; updated help doc; added hotkeys doc (4d415a7) +* feat: allow user to drag-n-drop audio clip into audio tracks; added m4a support (cd4d584) +* docs: updated README.md (c8af2dd) +* fix: minor UI updates (e95ff72) +* feat: added local separator model `demucs_4s` support (2140e94) +* refactor: move all localSeparator*.ts into a subfolder (e2a7d1c) +* docs: updated README.md and LICENSE (7340f7f) +* feat: added waveform view for audio regions (c4e4470) +* feat: added tempo detection with auto-align beats feature (7fc5ac1) +* fix: changing BPM in the middle of the song causes empty spaces between notes during playback/bounce (e82c3cb) +* feat: added Global tab to Event List panel (9ed3e57) +* feat: add `read_chord_progression` tool for the Agent (3950323) +* feat: implemented chord detection feature for MIDI regions (0f1bad4) +* docs: updated LICENSE (275cfec) +* feat: added v1 Meyda.js based chord detection feature (a588cb4) +* feat: add audio chord detection for spectrogram regions (f12add9) +* fix: update default BPM to 120 (a7158b1) +* feat: added global chord region to MIDI region conversion feature (8aa36d2) +* fix: minor UI updates (e49b675) +* fix: restore main content global track updates after refactor (742b2fe) +* fix: truncate project name if it's too long (3f96b13) +* fix: add ellipsis truncation for long track and piano roll titles (d4cc4c8) +* refactor: split MainContent into focused hooks and fix audio debug build (b36ea5a) +* feat: enhance multi-region selection feature to support both shift and cmd/ctrl (1f33081) +* fix: linter errors (2c84b48) +* feat: use embedded inputbox for track name editing and region name editing (b80066c) +* fix: default project main grid's zoom level to 2x (2794877) +* fix: minor UI updates (af0b816) +* feat: implement global chord track (1879df8) +* fix: stereo sample downmix in track panners which causes the sampled sounds (both MIDI and audio tracks) are quieter than it should be (77fb0e4) +* fix: update default master volume to 1.0 (7ee4a74) +* feat: implemented global tempo (bpm) track (7d27580) +* feat: implemented global key signature track (8eb3f5d) +* fix: open existing project doesn't highlight current key signature (1e81659) +* feat: implement scale-of-fifth based key signature picker (247c762) +* feat: implemented global marker track (fb3c6cd) +* feat: added mock up global tracks (7ca2cb0) +* feat: refactor the add track behavior to use a pop-up instead (041641c) +* feat: added rules row under the main grid bar number row (a7071f3) + # [0.17.4-build.20260520] (2026-05-20) * Merge pull request #45 from KGAudioLab/feat/2026-05-17-misc (5398cc2) diff --git a/package.json b/package.json index ef90b2a..3650cf3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.17.4-build.20260520", + "version": "0.18.0-build.20260529", "type": "module", "scripts": { "dev": "vite",