Browse Source

Bump version. Update changelog.

tags/v2.6.0
Andrew Belt 5 months ago
parent
commit
1ff18c9946
2 changed files with 17 additions and 1 deletions
  1. +16
    -0
      CHANGELOG.md
  2. +1
    -1
      Core.json

+ 16
- 0
CHANGELOG.md View File

@@ -2,6 +2,22 @@

In this document, Ctrl means Cmd on Mac.

### 2.6.0 (in development)
- Add ability to grab all plugs stacked on a port with the "All cables" menu item.
- When dropping a plug on a port, always stack it on top of other plugs.
- Add "View > Zoom to fit modules" to menu bar with key command F4.
- Add "Zoom to fit" to module context menu with key command Ctrl+F4.
- Add "View > Mouse wheel" setting to make mouse wheel zoom instead of scroll.
- Add parameter value functions `vtobpm()` and `bpmtov()`.
- On non-QWERTY keyboards, use QWERTY key positions for key commands instead of letters.
- Render 2-stop linear/radial gradients with any stop offsets and transformations in SVG.
- Core
- MIDI to CV: When sustain pedal is released in monophonic mode, turn off gate if no notes are held.
- API
- Don't combine SDK packages for Mac-x64 and Mac-arm64.
- Update libcurl to 8.10.0 and OpenSSL to 3.3.2.
- Add `dsp::MidiParser` class.

### 2.5.2 (2024-05-09)
- Add configurable cable color labels.
- When duplicating module with cables, duplicate cables connected to module's outputs as well as inputs.


+ 1
- 1
Core.json View File

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


Loading…
Cancel
Save