chore(release): 0.6.3-build.20251222

Generated release with automated versioning system.

Release type: patch

Build date: 2025-12-22 06:59:05 UTC

🤖 Generated with automated release workflow
This commit is contained in:
GitHub Actions Bot
2025-12-22 06:59:05 +00:00
parent ab8c268a12
commit 0966621f0e
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -1,3 +1,14 @@
# [0.6.3-build.20251222] (2025-12-22)
* Merge pull request #24 from KGAudioLab/feat/2025-12-19-midi-keyboard-support (ab8c268)
* chore: updated README (3b2b359)
* Merge pull request #23 from KGAudioLab/feat/2025-12-19-midi-keyboard-support (ef08ec9)
* feat: added an option to control playhead animation fps (b44e6fb)
* feat: added playback delay configuration (eaee036)
* feat: added lookAhead option (aadf9e0)
* fix: reduce Tone.js context.lookAhead to reduce MIDI input latency (4b075e8)
* feat: added MIDI keyboard support (d3a2fe1)
# [0.6.2-build.20251218] (2025-12-18) # [0.6.2-build.20251218] (2025-12-18)
* Merge pull request #22 from KGAudioLab/feat/2025-12-08-chord-assistant (22c11fd) * Merge pull request #22 from KGAudioLab/feat/2025-12-08-chord-assistant (22c11fd)
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "K.G.Studio", "name": "K.G.Studio",
"private": true, "private": true,
"version": "0.6.2-build.20251218", "version": "0.6.3-build.20251222",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",