summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2022-12-07 05:05:34 -0500
committerAndrew Belt <andrewpbelt@gmail.com>2022-12-07 05:05:34 -0500
commit497d806356962a351987e5d5cfa92e9859b4ee79 (patch)
treefeae0e900e4ddc4ce92bbe1d7284a7f2ef490310
parentf816a8c9af3caeba341c0e461659b887d486f5f3 (diff)
Bump version. Update changelog.v2.2.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--Makefile2
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82f89b5c..da868d0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,12 +2,15 @@
In this document, Ctrl means Cmd on Mac.
-### 2.2.1 (in development)
+### 2.2.1 (2022-12-07)
- Add `CROSS_COMPILE` environment variable to specify target triplet for building plugins for non-native architectures.
- Accept `aarch64` in target triplet as alias for ARM64.
- Rack Pro
- - Re-enable rtaudio and rtmidi in plugin adapters, so audio/MIDI devices can be used directly by Rack.
- - Fix VST3 adapter not loading on Bitwig Linux and possibly other hosts, by providing VST3 as folder bundle instead of single file.
+ - Re-enable rtaudio and rtmidi in plugin adapters, so hardware audio/MIDI devices can be used directly by Rack.
+ - Fix VST3 not receiving MIDI CC input from DAWs.
+ - Fix VST3 not sending MIDI output to some DAWs.
+ - Fix VST3 in Bitwig resetting parameters when adding/removing modules.
+ - Fix VST3 adapter not loading on Bitwig Linux and possibly other hosts, by providing VST3 as a folder bundle instead of a single file.
- Fix CLAP adapter not loading on Windows, by statically linking libgcc.
### 2.2.0 (2022-11-23)
diff --git a/Makefile b/Makefile
index fe32828f..fc7c3af1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
RACK_DIR ?= .
VERSION_MAJOR := 2
-VERSION := 2.2.0
+VERSION := 2.2.1
FLAGS += -Iinclude -Idep/include