diff --git a/CHANGELOG.md b/CHANGELOG.md index e88050e0..90bca5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ In this document, Ctrl means Cmd on Mac. +### 2.2.0 (2022-11-23) +- Add MIDI Loopback driver, allowing modules with MIDI ports to send MIDI messages to other modules. +- Improve fuzzy search in modular browser. +- Allow building on arm64 CPUs. +- Rename plugin packages to SLUG-VERSION-OS-CPU.vcvplugin. +- Rack Pro + - Add VST3, Audio Unit, and CLAP plugin adapters. + - Add framerate setting to plugins. +- API + - Add `system::sleep()`. + - Make `random::get()`, `uniform()`, etc use global random state instead of thread-local. + ### 2.1.2 (2022-07-04) - Add old module moving behavior (nearest and force-moving), available by disabling "View > Auto-squeeze algorithm". - Reorganized View menu.