summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2024-05-09 07:36:58 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2024-05-09 07:36:58 -0400
commit29fa3523317e744444fab2179938c3fc03c86bd0 (patch)
tree75272d0e9cf86487e49cfa07151eea2363bb3bdc
parent42ff27175ddd91d5879358a1868ef757cac7ef4e (diff)
Bump version.
-rw-r--r--CHANGELOG.md8
-rw-r--r--Core.json2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22264b78..614160ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,14 @@
In this document, Ctrl means Cmd on Mac.
-### 2.5.2 (in development)
+### 2.5.2 (2024-05-09)
- Add configurable cable color labels.
+- When duplicating module with cables, duplicate cables connected to outputs as well as inputs.
+- Allow building multi-arch x64+arm64 "Universal" Mac binary.
+- Optimize engine's cable stepping algorithm to be as CPU-efficient as non-stackable inputs.
+- Limit log file size to 10 MB.
+- API
+ - Define `ARCH_*` macros in `arch.hpp` header (included in `rack.hpp`) instead of in compiler flags.
### 2.5.1 (2024-04-16)
- Remember the last selected cable color from the port's "New cable" menu item. When "Auto-rotate cables" is enabled, the next color in the rotation is used.
diff --git a/Core.json b/Core.json
index 5ecca7e6..0c789b93 100644
--- a/Core.json
+++ b/Core.json
@@ -1,7 +1,7 @@
{
"slug": "Core",
"name": "VCV Core",
- "version": "2.5.1",
+ "version": "2.5.2",
"license": "GPL-3.0-or-later",
"author": "VCV",
"brand": "VCV",