Files
midi-tools/public/CHANGELOG.md
T
zemion 06e095a2eb
Verify / verify (push) Canceled after 0s
Release MIDI Tools 0.2.0
2026-09-02 09:14:48 +02:00

19 lines
890 B
Markdown

# Changelog
## 0.2.0 - 2026-09-02
- Moved bounded MIDI parsing, transforms and export into cancellable worker jobs
with progress and stale-result suppression.
- Added paired-note editing/deletion, transposition and quantization controls.
- Added explicit opt-in, sysex-disabled Web MIDI output and bounded local
SoundFont metadata inspection without claiming SoundFont synthesis.
- Declared MIDI/SoundFont input, export and optional browser capability profiles
for Toolbox handoff.
## 0.1.0 - 2026-09-01
- Added bounded Standard MIDI type 0/1 parsing and deterministic MIDI export.
- Added event, tempo, meter and key inspection with piano-roll and keyboard views.
- Added immediate-stop Web Audio preview and guarded transpose, quantize, tempo, crop and channel operations.
- Added CSV/JSON reports, shared Toolbox shell, offline PWA, documentation and automated release checks.