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