chore(release): 0.10.0-build.20260411

Generated release with automated versioning system.

Release type: minor

Build date: 2026-04-11 20:01:24 UTC

🤖 Generated with automated release workflow
This commit is contained in:
GitHub Actions Bot
2026-04-11 20:01:24 +00:00
parent 2328ddb3f1
commit b307b32456
2 changed files with 24 additions and 1 deletions
+23
View File
@@ -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 (1x8x 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)
+1 -1
View File
@@ -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",