diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5ee0e..96352d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # CHANGE LOG -## in progress +## v2.0.7 + +- Add Bypass routes for FX modules (DLD, Tapo, BPF, Verb, PitchShift, LPF, HPF, Freeverb, Detune, ENVVCA, SHEV, DEV) - Fixed Verb module: fixed CV jacks, added DC blocking, clamped output +- Fix labels on Verb and SHEV module (small text by switches missing on some systems) + +- Fix Djembe locking up when Pitch CV is a high frequency + +- plugin.json: Add some tags to previously un-tagged modules + ## v2.0.6 - Removed unused Hold jack from Verb module diff --git a/plugin.json b/plugin.json index 9657426..10eac6e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "4msCompany", "name": "4ms", - "version": "2.0.6", + "version": "2.0.7", "license": "GPL-3.0-or-later", "brand": "4ms", "author": "4ms Company",