Browse Source

Bump version. Update changelog.

tags/v2.1.1
Andrew Belt 2 years ago
parent
commit
b016cacb10
2 changed files with 10 additions and 1 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      Makefile

+ 9
- 0
CHANGELOG.md View File

@@ -2,6 +2,15 @@


In this document, Ctrl means Cmd on Mac. 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) ### 2.1.0 (2022-02-26)
- Change behavior of force-moving modules so that other modules return to original position while dragging. - Change behavior of force-moving modules so that other modules return to original position while dragging.
- Update to RtMidi 5.0.0. - Update to RtMidi 5.0.0.


+ 1
- 1
Makefile View File

@@ -1,7 +1,7 @@
RACK_DIR ?= . RACK_DIR ?= .
VERSION_MAJOR := 2 VERSION_MAJOR := 2
# VERSION := 2.git.$(shell git rev-parse --short HEAD) # VERSION := 2.git.$(shell git rev-parse --short HEAD)
VERSION := 2.1.0
VERSION := 2.1.1


FLAGS += -Iinclude -Idep/include FLAGS += -Iinclude -Idep/include




Loading…
Cancel
Save