From 622727635df6f111399635e43caeaf261716e771 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Mon, 9 Sep 2024 11:45:46 -0700 Subject: [PATCH] bump version to v2.0.6 --- CHANGELOG.md | 10 ++++++++-- plugin.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469410a..d7cee7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGE LOG -## In progress (will be a part of next release) +## v2.0.6 - Removed unused Hold jack from Verb module @@ -10,12 +10,18 @@ automatically be copied to the patch name. Remove slashes, colons, quotes, and replace dots with underscores -- Make knob alias name text color legible +- Make knob alias name text color legible, and make box wider in the context menu + +- Use better color for cursor in text boxes on the Hub - Add "Unmap" to Hub knob menu for each mapped knob - Hide "Wrote Patch File:" text at top of module +- Fix crash when loading a preset on the Hub + +- Doing Initialize on the Hub removes all mappings + ## v2.0.5 diff --git a/plugin.json b/plugin.json index 6100281..33b6f9c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "4msCompany", "name": "4ms", - "version": "2.0.5", + "version": "2.0.6", "license": "GPL-3.0-or-later", "brand": "4ms", "author": "4ms Company",