summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2022-05-21 15:53:58 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2022-05-21 15:53:58 -0400
commitb016cacb10c4fd66d814b924bc2774242f74c836 (patch)
treeb7ac62d154a00932c89ca164b6ad178506de244b
parent2e6f5d1ed7ffd22400b77d86f51f5288d306629b (diff)
Bump version. Update changelog.v2.1.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--Makefile2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ac6914e..c1e0ee71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
In this document, Ctrl means Cmd on Mac.
+### 2.1.1 (2022-05-21)
+- Allow changing cable colors with port menu.
+- Fix placement bugs and improve behavior when moving or duplicating modules.
+- Fix probabilistic crash when undoing a module paste action.
+- Rack Pro
+ - Fix VST2 window size not being remembered on Mac.
+- API
+ - Make `SvgButton` dispatch `ActionEvent` only on left mouse down, instead of left/right mouse down and drag drop.
+
### 2.1.0 (2022-02-26)
- Change behavior of force-moving modules so that other modules return to original position while dragging.
- Update to RtMidi 5.0.0.
diff --git a/Makefile b/Makefile
index 3494a909..c4e199f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
RACK_DIR ?= .
VERSION_MAJOR := 2
# VERSION := 2.git.$(shell git rev-parse --short HEAD)
-VERSION := 2.1.0
+VERSION := 2.1.1
FLAGS += -Iinclude -Idep/include