From e9c8310bddee6ca2f9d6941c4d308eb35084767f Mon Sep 17 00:00:00 2001 From: Martin Zuther Date: Fri, 10 Jul 2020 16:39:22 +0200 Subject: [PATCH] v1.0.3: re-factor code - change IDs of RGB LED in Faust code - fix wrong scaling of three-way switches --- CHANGELOG.md | 15 +++++++++++++++ plugin.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc0c60..b6dbb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ file. This change log follows the conventions of +## [1.0.3] - 2020-07-10 +### Changed + +- re-factor code + +- change IDs of RGB LED in Faust code + +### Fixed + +- fix wrong scaling of three-way switches + + + ## [1.0.2] - 2020-07-09 ### Changed @@ -18,6 +31,7 @@ file. This change log follows the conventions of - beautify output of Makefile + ## [1.0.1] - 2020-07-06 ### Added @@ -42,3 +56,4 @@ file. This change log follows the conventions of [1.0.0]: https://github.com/mzuther/ProtoFaust/commits/v1.0.0 [1.0.1]: https://github.com/mzuther/ProtoFaust/commits/v1.0.1 [1.0.2]: https://github.com/mzuther/ProtoFaust/commits/v1.0.2 +[1.0.3]: https://github.com/mzuther/ProtoFaust/commits/v1.0.3 diff --git a/plugin.json b/plugin.json index 9e9f531..4b38374 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "MartinZuther-Prototype", "name": "Prototype", - "version": "1.0.2", + "version": "1.0.3", "license": "GPL-3.0-or-later", "brand": "", "author": "Martin Zuther",