summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2024-04-16 21:57:20 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2024-04-16 21:57:20 -0400
commit3f133d8a0359b539bd262a4c3e1e6b4fb2ef83e6 (patch)
tree9462707223b4e116def9ec433804be10516c48f3
parent63c0dec0e5e411cdb40b8465e18dbce24ffb0108 (diff)
Bump version. Update changelog.v2.5.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Core.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2ef4c2b..8bb4b1f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
In this document, Ctrl means Cmd on Mac.
+### 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.
+- Fix crash when modules such as VCV MIDI-Map bind parameters.
+- If loaded patch contains unavailable modules, don't close Rack after user chooses to open them in VCV Library. Instead, load patch without these modules so user can download them.
+- Add error dialog if moving Rack's user folder to new location fails.
+
### 2.5.0 (2024-04-08)
- Allow stacking cables on input ports. Cable voltages are summed.
- Ask to view unavailable modules on the VCV Library when loading a patch.
diff --git a/Core.json b/Core.json
index 22e3a23b..5ecca7e6 100644
--- a/Core.json
+++ b/Core.json
@@ -1,7 +1,7 @@
{
"slug": "Core",
"name": "VCV Core",
- "version": "2.5.0",
+ "version": "2.5.1",
"license": "GPL-3.0-or-later",
"author": "VCV",
"brand": "VCV",