Browse Source

Bump version. Update changelog.

tags/v2.4.1
Andrew Belt 1 year ago
parent
commit
8c6f41b778
3 changed files with 11 additions and 2 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      Core.json
  3. +1
    -1
      Makefile

+ 9
- 0
CHANGELOG.md View File

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

In this document, Ctrl means Cmd on Mac.

### 2.4.1 (2023-08-24)
- Improve module browser search order.
- Fix Library menu plugin update items not being re-enabled when downloading is completed.
- Rack Pro
- Fix discarded MIDI input messages for all plugin adapters.
- API
- Add `LightButton` to component library.
- Use SSE4.1 intrinsics in `simd::trunc`, `floor`, `ceil`, `round`, and `fmod` to improve performance.

### 2.4.0 (2023-08-07)
- Add "View > Use dark panels if available" menu item.
- Show module ID in module's Info menu.


+ 1
- 1
Core.json View File

@@ -1,7 +1,7 @@
{
"slug": "Core",
"name": "VCV Core",
"version": "2.3.0",
"version": "2.4.1",
"license": "GPL-3.0-or-later",
"author": "VCV",
"brand": "VCV",


+ 1
- 1
Makefile View File

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

FLAGS += -Iinclude -Idep/include



Loading…
Cancel
Save