From 45c11bf73673d91fe3b92770ec15d127ce015ae2 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 28 Sep 2017 04:56:57 -0400 Subject: [PATCH] Add changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2e38341d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +Tip: Use `git checkout v0.3.2` for example to check out any previous version mentioned here. + + +### dev +- Added sub-menus for each plugin, includes optional plugin metadata like URLs +- Added middle-click and drag to scroll +- Added engine pausing in sample rate menu +- Support for AMD Phenom II processors +- Use self-contained Mac app bundle, no need for a Rack folder + + +### v0.3.2 +- Added key commands +- Fixed "invisible knobs/ports" rendering bug for ~2010 Macs +- Added "allowCursorLock" to settings.json (set to "false" for touch screen support) +- Fixed 100% CPU issue when no audio device is selected +- Added vector scaling panels +- Audible Instruments: + - Added alternative resonator models to Modal Synthesizer +- Fundamental: + - Fixed Drive CV input of VCF + - Reverted SEQ3 to continuous gates + + +### v0.3.1 + +- Fixed Windows open dialog current working directory graphics problem +- Ctrl/Cmd-C/V to copy/paste from text and password fields +- Automatically remembers settings and login token between launches +- Removes .zip after downloading and extracting plugin +- Ctrl-click to right click on Mac +- Fixed menu "flicker" when menu cannot fit in window +- tweaks to Fundamental and Audible Instruments plugins + + +### v0.3.0 +- Knobcon public Beta release