From d82de44855cebac5138ad48a0dad396b1f2e8aa3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 25 Apr 2026 06:17:10 +0000 Subject: [PATCH] chore(release): 0.11.0-build.20260425 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-04-25 06:17:10 UTC 🤖 Generated with automated release workflow --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c997c54..1dfcd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# [0.11.0-build.20260425] (2026-04-25) + +* Merge pull request #33 from KGAudioLab/feat/2026-04-15-kgone-integration (f5d24a8) +* docs: added K.G.One demo to README.md (d0ba246) +* Merge pull request #32 from KGAudioLab/feat/2026-04-15-kgone-integration (799f938) +* docs: updated README.md, added K.G.One Music Studio information (3261356) +* fix: added base url presents for OpenAI Compatible settings (3bce450) +* chore: added two debugger automation utilities (d6001a6) +* fix: extract stems from trimmed audio is using full song (f7f79cd) +* fix: minor updated color palette for some components; updated default region/track names for stem separation. (a71de0c) +* refactor: replace purple accent color with light blue theme and beautify Open Project modal (1e4fdfc) +* feat: add closing animation to all modal dialogs and fix drag-dismiss bug (55861cf) +* fix: added a special treatment for time signature input; fixed text selection in pop-up and release the mouse outside the pop-up will close the pop-up issue. (778c023) +* feat: replace browser built-in alert/confirm/prompt pop-up with new DialogProvider (1828dbb) +* feat: added metronome feature (0ac3906) +* fix: remove hardcoded lm model (f0a2f06) +* fix: removed https support from vite dev server (8308cdf) +* fix: add https support for local vite dev server (7e67ca9) +* fix: minor updates the parameters send to ace-step-1.5 (474b68c) +* fix: adjust UI for `open project` pop up (ebcbe40) +* feat: added "powered by" info to 3rd party powered features (5ca1358) +* fix: default `K.G.One Music Generator` panel to Full Song tab (7d10d37) +* feat: allow kgone-server.json to override the kgone server base url and soundfont base url (71dc7d9) +* fix: honor the soundfont -> baseUrl config (206fa6f) +* fix: undo is resetting the mute and solo track button status (cb4bf59) +* feat: added split region feature (ebcebb5) +* fix: allow user to create audio region by triggering audio upload pop-up (9d91904) +* feat: added auto-center playhead to piano roll window (cb027b6) +* feat: let playhead automatically centered (425aeab) +* fix: linter errors (1d5bb59) +* fix: removed unnecessary override confirmation when user save project with project name unchanged (e3a77e6) +* fix: reserve `Untitled Project` name; rename project will trigger save immidiatly. (24ffaa7) +* fix: long track name displaying issue; wrong separator model name mapping; imported generated full song not adjusting max bars; implemented retry mechanism for K.G.One server calls. (3010cf4) +* feat: implemented drag-n-drop to import KGOne generated audio/MIDI file feature (7b82572) +* feat: integrate K.G.One music generation panel (cadd51c) + # [0.10.0-build.20260411] (2026-04-11) * Merge pull request #31 from KGAudioLab/feat/2026-04-09-add-wav-track-support (2328ddb) diff --git a/package.json b/package.json index f673914..3b9b417 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.10.0-build.20260411", + "version": "0.11.0-build.20260425", "type": "module", "scripts": { "dev": "vite",