|
@@ -1,6 +1,38 @@ |
|
|
# VCV Rack changelog |
|
|
# VCV Rack changelog |
|
|
|
|
|
|
|
|
In this document, Ctrl means Cmd on Mac. |
|
|
|
|
|
|
|
|
In this document, Ctrl means Command (⌘) on Mac. |
|
|
|
|
|
|
|
|
|
|
|
### 2.6.1 (2025-03-14) |
|
|
|
|
|
- Add UI translations for: |
|
|
|
|
|
- German |
|
|
|
|
|
- Spanish |
|
|
|
|
|
- French |
|
|
|
|
|
- Italian |
|
|
|
|
|
- Chinese (Simplified) |
|
|
|
|
|
- Japanese |
|
|
|
|
|
- Add Chinese, Japanese, and emoji fonts. |
|
|
|
|
|
- Accept Unicode text in text fields. |
|
|
|
|
|
- Add "View > UI scale" menu setting. |
|
|
|
|
|
- Add note voltage constants to parameter expression evaluator such as `C4v`, `A#5v`, `Gb0v`, etc. |
|
|
|
|
|
- Allow installing to user Applications and plugin folders on Mac. |
|
|
|
|
|
- Remember last patch and selection folder after creating a new patch. |
|
|
|
|
|
- Fix failure to load/save patches on Mac x64. |
|
|
|
|
|
- Fix non-ASCII audio device names displaying as blank on Windows. |
|
|
|
|
|
- Fix key command mapping and names on non-QWERTY keyboard layouts. |
|
|
|
|
|
- Use Mac-native arrow key commands for navigating text fields. |
|
|
|
|
|
- Rack Pro |
|
|
|
|
|
- Fix automation parameter values resetting to 0.0 upon initialization in VST3 in some DAWs. |
|
|
|
|
|
- Allow VST3 plugin to receive 16 MIDI channels of MIDI CC, pitch bend, and channel aftertouch. |
|
|
|
|
|
- Core |
|
|
|
|
|
- Fix DC filter accuracy of Right input when normalled to Left input in VCV Audio 2. |
|
|
|
|
|
- Change default MIDI CC numbers of *VCV MIDI CC to CV* and *VCV CV to MIDI CC* modules to 1-16 instead of 0-15. |
|
|
|
|
|
- Improve CLAP plugin loading speed. |
|
|
|
|
|
- API |
|
|
|
|
|
- Update to zstd 1.5.6 and libarchive 3.7.7. |
|
|
|
|
|
- Update RtAudio. |
|
|
|
|
|
- Add `Widget::KeyBaseEvent::isKeyCommand()` for checking key commands on all keyboard layouts. |
|
|
|
|
|
- Add `settings::language` global variable. |
|
|
|
|
|
- Add `string::UTF32toUTF8()`, `UTF8toUTF32()`, and `UTF8*()` functions. |
|
|
|
|
|
|
|
|
### 2.6.0 (2024-11-20) |
|
|
### 2.6.0 (2024-11-20) |
|
|
- Add ability to grab all plugs stacked on a port with the "All cables" menu item. |
|
|
- Add ability to grab all plugs stacked on a port with the "All cables" menu item. |
|
@@ -18,7 +50,7 @@ In this document, Ctrl means Cmd on Mac. |
|
|
- MIDI to CV: When sustain pedal is released in monophonic mode, turn off gate if no notes are held. |
|
|
- MIDI to CV: When sustain pedal is released in monophonic mode, turn off gate if no notes are held. |
|
|
- API |
|
|
- API |
|
|
- Don't combine SDK packages for Mac-x64 and Mac-arm64. |
|
|
- Don't combine SDK packages for Mac-x64 and Mac-arm64. |
|
|
- Update libcurl to 8.10.0 and OpenSSL to 3.3.2. |
|
|
|
|
|
|
|
|
- Update to libcurl 8.10.0 and OpenSSL 3.3.2. |
|
|
- Add `dsp::MidiParser` class. |
|
|
- Add `dsp::MidiParser` class. |
|
|
|
|
|
|
|
|
### 2.5.2 (2024-05-09) |
|
|
### 2.5.2 (2024-05-09) |
|
|