diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e91fca..2f42543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,46 @@ +# [0.14.0-build.20260509] (2026-05-09) + +* Merge pull request #38 from KGAudioLab/feat/2025-05-02-midi-automation (1afe732) +* docs: updated README.md (5148e0d) +* Merge pull request #37 from KGAudioLab/feat/2025-05-02-midi-automation (098d465) +* docs: updated README.md (f38597e) +* fix: when piano roll window is not visible, select a row on list event table will cause current MIDI region lose selection (a1c8727) +* fix: default piano roll window's Y position (37da0f6) +* fix: minor UI adjustments (bd067ca) +* feat: implemented track level automation (31e02b4) +* feat: implemented editable automation lane in piano roll window (6e5d946) +* fix: misc UI updates and fixes (eead27d) +* fix: few minor UI adjustments and fixes (1e33caa) +* feat: added a read-only piano roll automation view (917a1b0) +* feat: added MIDI CC recording and list event table operation support. (f3d2612) +* feat: added support for real time MIDI CC input (CC1, CC2, CC7, CC11 -> velocity; CC64 -> sustain) (6305983) +* fix: round interpolated MIDI values to integers to deduplicate repeated consecutive values (0d9e2a9) +* feat: added pitch bend automation (linear interpolation) (738628f) +* feat: added adding pitch bend feature and delete selected events feature to the list event panel (fc1a044) +* fix: load existing projects will crash the playback or have no sound due to missing pitchBend array in the JSON (6ed1ddd) +* feat: added pitch bend support (98cccf5) +* feat: implemented inline edit for the list event panel (8f453f8) +* feat: added v1 read-only version list event panel (3743f9c) +* fix: error when creating MIDI region first time after the app has started `projectStore.ts:271 Cannot update a component (`Toolbar`) while...` (c2e68e3) +* fix: show loading spinner instead of hanging in open project dialog when user click open button (6928416) +* feat: added a warning pop-up when openning projects. (213a4ee) +* feat: added an option to let user choose the vertical resolution of the spectrogram, also fixed a bug that peak of pitch in the spectrogram has been mapped to the start of the note bin instead of the center (8a6e904) +* feat: honor MIDI input notes' velocity during recording (d089456) +* feat: added merge MIDI regions feature (066946e) +* fix: minor updated the region lasso selection behavior (a2f12ca) +* feat: allow user to use lasso to select multiple regions (f323f1a) +* feat: allow user to bulk resize and move regions (01a3f88) +* feat: allow user to multi-select regions. (6d952b5) +* feat: updated toolbar button style (bc7db71) +* fix: should cut a held looped recording note at the loop end when note off arrives after wrap (c733c39) +* fix: "back to beginning" button should also shift viewport to the beginning of the song (769d70c) +* feat: added a shortcut `E` to open/close piano roll (fc304ac) +* fix: pause button while recording should stop recoding (7a6e755) +* fix: recording preview notes are not taking region position into consideration (9f536d9) +* fix: spectrogram is not taking region position into consideration (0fc4ee2) +* feat: added edit MIDI notes' attribute feature (7b74687) +* fix: minor updated some styles (90aee14) + # [0.13.0-build.20260502] (2026-05-02) * Merge pull request #36 from KGAudioLab/feat/2026-04-30-midi-device-recording (07ba49d) diff --git a/package.json b/package.json index 6644ad6..cab2cdc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.13.0-build.20260502", + "version": "0.14.0-build.20260509", "type": "module", "scripts": { "dev": "vite",