From 890bb01bd2512aecd2af456424f8937885a97ed8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 29 Mar 2018 13:28:51 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb6a485..a5ce8b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,28 @@ -Tip: Use `git checkout v0.4.0` for example to check out any previous version mentioned here. - -### v0.5.1 (2017-12-19) +### 0.6.0 (2018.03-29) + +- Released [*VCV Bridge*](https://vcvrack.com/manual/Core.html#Bridge) for interfacing Rack with your DAW + - VST/AU effect plugins (Mac and 32/64-bit Windows) for using Rack as a send/return on a DAW track + - VSTi/AUi and DAW clock transport coming soon in a later Rack 0.6 update +- New *Module Browser* for adding modules to the rack + - Launch by right-clicking on the rack or pressing + - Add "favorite" modules by clicking on the star button + - Navigate modules with arrow keys +- Redesigned [Core](https://vcvrack.com/manual/Core.html) modules + - Access to audio channels beyond the first 8 inputs/outputs + - Improved AUDIO stability + - Added retrigger output to MIDI-1 + - Merged MIDI clock module with MIDI-1 + - Fixed MIDI-4 sustain pedal in polyphonic modes +- Improved sample rate conversion performance, disable entirely when not needed +- Patch cable colors are saved to patch files +- Added highlighting for active patch cables when hovering mouse over port +- Added shadows to knobs and ports +- Added File > "Disconnect cables" +- Released [Rack SDK](https://github.com/VCVRack/Rack/issues/258#issuecomment-376293898) for compiling plugins without compiling Rack + + +### 0.5.1 (2017-12-19) - Added Plugin Manager support - Fixed metadata panel in the Add Module window @@ -10,7 +31,7 @@ Tip: Use `git checkout v0.4.0` for example to check out any previous version men - Added Sequential Switch 1 & 2 -### v0.5.0 (2017-11-21) +### 0.5.0 (2017-11-21) - Added zoom scaling from 25% to 200% - Automatically scroll when dragging cables to the edge of the screen @@ -35,7 +56,7 @@ Tip: Use `git checkout v0.4.0` for example to check out any previous version men - Changed LED functions in ADSR -### v0.4.0 (2017-10-13) +### 0.4.0 (2017-10-13) - Cables can now stack on output ports - Added sub-menus for each plugin, includes optional plugin metadata like URLs @@ -58,7 +79,7 @@ Tip: Use `git checkout v0.4.0` for example to check out any previous version men - Added Keyframer/Mixer -### v0.3.2 (2017-09-25) +### 0.3.2 (2017-09-25) - Added key commands - Fixed "invisible knobs/ports" rendering bug for ~2010 Macs @@ -72,7 +93,7 @@ Tip: Use `git checkout v0.4.0` for example to check out any previous version men - Reverted SEQ3 to continuous gates -### v0.3.1 (2017-09-13) +### 0.3.1 (2017-09-13) - Fixed Windows open dialog current working directory graphics problem - Ctrl/Cmd-C/V to copy/paste from text and password fields @@ -83,6 +104,6 @@ Tip: Use `git checkout v0.4.0` for example to check out any previous version men - tweaks to Fundamental and Audible Instruments plugins -### v0.3.0 (2017-09-10) +### 0.3.0 (2017-09-10) - Knobcon public Beta release