From 8c6f41b778b4bf8860b89b36d5503fd37924077f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 24 Aug 2023 02:49:23 -0400 Subject: [PATCH] Bump version. Update changelog. --- CHANGELOG.md | 9 +++++++++ Core.json | 2 +- Makefile | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee5229b..00d667fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Core.json b/Core.json index 98c42316..a7b990c2 100644 --- a/Core.json +++ b/Core.json @@ -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", diff --git a/Makefile b/Makefile index 81833215..f87f881a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RACK_DIR ?= . VERSION_MAJOR := 2 -VERSION := 2.4.0 +VERSION := 2.4.1 FLAGS += -Iinclude -Idep/include