Skip to content

Commit e9c8310

Browse files
committed
v1.0.3: re-factor code
- change IDs of RGB LED in Faust code - fix wrong scaling of three-way switches
1 parent c1785f5 commit e9c8310

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ file. This change log follows the conventions of
1010

1111

1212

13+
## [1.0.3] - 2020-07-10
14+
### Changed
15+
16+
- re-factor code
17+
18+
- change IDs of RGB LED in Faust code
19+
20+
### Fixed
21+
22+
- fix wrong scaling of three-way switches
23+
24+
25+
1326
## [1.0.2] - 2020-07-09
1427
### Changed
1528

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

2033

34+
2135
## [1.0.1] - 2020-07-06
2236
### Added
2337

@@ -42,3 +56,4 @@ file. This change log follows the conventions of
4256
[1.0.0]: https://github.com/mzuther/ProtoFaust/commits/v1.0.0
4357
[1.0.1]: https://github.com/mzuther/ProtoFaust/commits/v1.0.1
4458
[1.0.2]: https://github.com/mzuther/ProtoFaust/commits/v1.0.2
59+
[1.0.3]: https://github.com/mzuther/ProtoFaust/commits/v1.0.3

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "MartinZuther-Prototype",
33
"name": "Prototype",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"license": "GPL-3.0-or-later",
66
"brand": "",
77
"author": "Martin Zuther",

0 commit comments

Comments
 (0)