Browse Source

Bump version. Update changelog.

tags/v2.2.3
Andrew Belt 1 year ago
parent
commit
fbf7d907c0
2 changed files with 15 additions and 1 deletions
  1. +14
    -0
      CHANGELOG.md
  2. +1
    -1
      Makefile

+ 14
- 0
CHANGELOG.md View File

@@ -2,6 +2,20 @@


In this document, Ctrl means Cmd on Mac. In this document, Ctrl means Cmd on Mac.


### 2.2.3 (2023-01-25)
- Place module selection nearest to mouse position when pasted and nearest to the center of the rack viewport when imported.
- Allow custom menu items to be appended to port's context menu.
- Rack Pro
- Enable Loopback MIDI driver in all plugin adapters.
- Fix MIDI CC output of VST3 adapter.
- Fix Windows installer not overwriting existing VST3 plugin bundle on Windows.
- Store and recall window size of VST3.
- Fix MIDI clock input in CLAP adapter.
- Make CLAP adapter a Note Effect and Audio Effect as well as an Instrument.
- API
- Make unarchiver handle zero-byte files as a special case by deleting destination files instead of overwriting them. This allows plugin packages to remove old presets by including a zero-byte file with its filename.
- Add `ModuleWidget::getModule<TModule>()` convenience method.

### 2.2.2 (2022-12-27) ### 2.2.2 (2022-12-27)
- Display Rack edition, version, OS, CPU, and plugin type in menu bar to help with troubleshooting. - Display Rack edition, version, OS, CPU, and plugin type in menu bar to help with troubleshooting.
- Add long-form command line options. - Add long-form command line options.


+ 1
- 1
Makefile View File

@@ -1,6 +1,6 @@
RACK_DIR ?= . RACK_DIR ?= .
VERSION_MAJOR := 2 VERSION_MAJOR := 2
VERSION := 2.2.2
VERSION := 2.2.3


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




Loading…
Cancel
Save