Skip to content

Commit

Permalink
v1.0.3: re-factor code
Browse files Browse the repository at this point in the history
- change IDs of RGB LED in Faust code

- fix wrong scaling of three-way switches
  • Loading branch information
mzuther committed Jul 10, 2020
1 parent c1785f5 commit e9c8310
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -18,6 +31,7 @@ file. This change log follows the conventions of
- beautify output of Makefile



## [1.0.1] - 2020-07-06
### Added

Expand All @@ -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
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e9c8310

Please sign in to comment.