From b307b324569b9a7a7ababebc60367d5d9fda0526 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 11 Apr 2026 20:01:24 +0000 Subject: [PATCH] chore(release): 0.10.0-build.20260411 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-11 20:01:24 UTC 🤖 Generated with automated release workflow --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f5b3c..c997c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [0.10.0-build.20260411] (2026-04-11) + +* Merge pull request #31 from KGAudioLab/feat/2026-04-09-add-wav-track-support (2328ddb) +* doc: updated README.md (eeebf54) +* Merge pull request #30 from KGAudioLab/feat/2026-04-09-add-wav-track-support (c8f84d7) +* fix: missing tool calling info in the exported conversation JSON and MD (d082c9c) +* feat: added bouncing to MP3 feature (d16553e) +* feat: add bounce-to-WAV export with offline rendering via Tone.Offline (d486442) +* feat: add snap-to-grid toggle for track grid regions and playhead (d94b53d) +* feat: add audio region trimming with non-destructive clip offset (1670679) +* doc: updated help.md (39401b3) +* feat: add bar width multiplier (1x–8x horizontal zoom) for track grid (139684b) +* feat: enhanced emulated bash terminal (by using browser's input box pop-up loop) (4917e54) +* feat: add Open Project modal with project browser, soft delete, and duplicate (1ff9bfc) +* fix: assigned an image as audio track's instrument-preview background (21a1991) +* fix: missing media files when renaming + saving the project (83f4bfe) +* feat: added `rm` opfs mock bash command (6080acc) +* feat: add audio track support with WAV/MP3 playback and looping (fc84edf) +* Merge pull request #29 from KGAudioLab/feat/2026-04-08-refactor-data-storage (de29791) +* refactor: migrate project storage from IndexedDB to OPFS with folder-based structure (2d3ea33) +* refactor: split monolithic App.css into feature-based co-located CSS files (17610f1) +* refactor: moved "Add track" button from bottom TrackControl to top-left-spacer for better discoverability (58cb4ce) + # [0.9.0-build.20260406] (2026-04-06) * Merge pull request #28 from KGAudioLab/feat/2026-04-05-refactor-tool-calling (5a863fe) diff --git a/package.json b/package.json index d2611a1..f673914 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.9.0-build.20260406", + "version": "0.10.0-build.20260411", "type": "module", "scripts": { "dev": "vite",