Skip to content

Commit 1e49416

Browse files
committed
v1.0.5: improve performance
- add custom UI handler - add linter script and fix warnings - use lambda set/get functions to update controllers (thanks to Stéphane Letz) - use 'alloca' which is faster than std::vector and will also work on Windows (thanks to Stéphane Letz) - move some UI handling to class "ProtoFaustWidget" - allow easier debugging of RGB LEDs (enjoy fireworks of light ...) - re-factor code - change selection of files formatted by astyle - fix crash on opening module selection window
1 parent 037b062 commit 1e49416

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ file. This change log follows the conventions of
77

88
## [Unreleased]
99
### Added
10+
### Changed
11+
### Fixed
12+
13+
14+
15+
## [1.0.5] - 2020-07-18
16+
### Added
1017

1118
- add custom UI handler
1219

@@ -100,3 +107,4 @@ file. This change log follows the conventions of
100107
[1.0.2]: https://github.com/mzuther/ProtoFaust/commits/v1.0.2
101108
[1.0.3]: https://github.com/mzuther/ProtoFaust/commits/v1.0.3
102109
[1.0.4]: https://github.com/mzuther/ProtoFaust/commits/v1.0.4
110+
[1.0.5]: https://github.com/mzuther/ProtoFaust/commits/v1.0.5

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.4",
4+
"version": "1.0.5",
55
"license": "GPL-3.0-or-later",
66
"brand": "",
77
"author": "Martin Zuther",

0 commit comments

Comments
 (0)