chore(release): 0.13.0-build.20260502
Generated release with automated versioning system.
Release type: minor
Build date: 2026-05-02 23:22:19 UTC
🤖 Generated with automated release workflow
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
# [0.13.0-build.20260502] (2026-05-02)
|
||||
|
||||
* Merge pull request #36 from KGAudioLab/feat/2026-04-30-midi-device-recording (07ba49d)
|
||||
* docs: updated README.md (9828c45)
|
||||
* feat: preserve the viewport position when zooming in and out (f132f6b)
|
||||
* feat: add cross-component playhead scroll synchronization (da8b949)
|
||||
* fix: move computing spectrogram text to the center of current viewport of piano roll window (6b8a470)
|
||||
* fix: piano roll spectrogram is not being zoomed correctly; switching from MIDI region to audio region with piano roll open might cause residual notes. (5890a6d)
|
||||
* feat: added zoom-in/out feature for piano roll window. (811b3a0)
|
||||
* feat: added fine tune region position feature (d59ad68)
|
||||
* fix: random not able to exit piano roll hybrid mode issue when switching between different MIDI regions (introduced a region dragging start threshold) (d5795c5)
|
||||
* fix: updated the spectrogram icon (cbd2fc6)
|
||||
* fix: minor UI updates (756fc1b)
|
||||
* fix: unit test errors and TS type errors (b792630)
|
||||
* feat: implemented piano roll hybrid mode to allow user edit MIDI notes while observing spectrogram as reference (8303445)
|
||||
* fix: few misc issues when switching between MIDI region and audio regions (ba0e27e)
|
||||
* feat: added audio track spectrogram visualization feature (eafb3a4)
|
||||
* Merge pull request #35 from KGAudioLab/feat/2026-04-30-midi-device-recording (cc0aae4)
|
||||
* fix: linter errors (cd90dc1)
|
||||
* feat: add `R` as shortcut of recording button; fixed linter errors. (9be96cd)
|
||||
* fix: missing count-in when recording with loop mode on (043e90b)
|
||||
* fix: wwitched the preroll metronome scheduling off `window.setTimeout` and onto Tone’s audio-context clock (adb2345)
|
||||
* fix: pre-roll metronome ticks are missing (a474065)
|
||||
* feat: switch track volume to dB scale with Logic Pro-style fader (−∞dB ~ +12dB) (95ca339)
|
||||
* feat: added recording MIDI device feature. (77885c8)
|
||||
|
||||
# [0.12.0-build.20260430] (2026-04-30)
|
||||
|
||||
* Merge pull request #34 from KGAudioLab/feat/2026-04-28-add-remix-and-repaint-support (c54cf3e)
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "K.G.Studio",
|
||||
"private": true,
|
||||
"version": "0.12.0-build.20260430",
|
||||
"version": "0.13.0-build.20260502",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user