From b016cacb10c4fd66d814b924bc2774242f74c836 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 21 May 2022 15:53:58 -0400 Subject: [PATCH] Bump version. Update changelog. --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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