Browse Source

Bump version. Update changelog.

tags/v2.4.0
Andrew Belt 1 year ago
parent
commit
793e204cca
2 changed files with 18 additions and 1 deletions
  1. +17
    -0
      CHANGELOG.md
  2. +1
    -1
      Makefile

+ 17
- 0
CHANGELOG.md View File

@@ -2,6 +2,23 @@


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


### 2.4.0 (2023-08-06)
- Add "View > Use dark panels if available" menu item.
- Show module ID in module's Info menu.
- Fix order of input MIDI messages having the same frame timestamp. This fixes *VCV MIDI to CV* from sometimes duplicating clock pulses when transport starts.
- Core
- Add dark panels.
- Rack Pro
- Add CLAP FX and Generator plugin adapters in addition to existing Instrument plugin.
- Fix file dialogs from sometimes loading/saving the wrong Rack plugin instance when multiple instances are running.
- Fix crash when using Mac VST3 and AU plugins simultaneously in a DAW.
- Fix crash when removing one of multiple running plugin instances in Studio One.
- Fix CLAP plugin discarding output MIDI messages.
- API
- Add `ThemedSvgPanel` and `ThemedSvgScrew` classes which automatically switch SVGs when dark panels are toggled.
- Add `"minRackVersion"` property to plugin manifest, which prevents Rack from downloading plugin if version is not compatible.
- Fix `ContextCreateEvent` and `ContextDestroyEvent` not defining `vg` NanoVG context.

### 2.3.0 (2023-03-08) ### 2.3.0 (2023-03-08)
- Add "View > Themes" menu with new UI themes: light and high-contrast dark. - Add "View > Themes" menu with new UI themes: light and high-contrast dark.
- Fix file permissions resulting in error when loading certain patches. - Fix file permissions resulting in error when loading certain patches.


+ 1
- 1
Makefile View File

@@ -1,6 +1,6 @@
RACK_DIR ?= . RACK_DIR ?= .
VERSION_MAJOR := 2 VERSION_MAJOR := 2
VERSION := 2.3.0
VERSION := 2.4.0


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




Loading…
Cancel
Save