You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,37 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
5
+
## v3.0.0 (2023-02-26)
6
+
7
+
### BREAKING CHANGE
8
+
9
+
- Due to the structure change, all actions have to be added again. We're sorry for
10
+
the inconvenience!
11
+
12
+
### Feat
13
+
14
+
- add multi-state possibility
15
+
- remoddeled volume bar
16
+
- add command name to the bottom of adjustment bars
17
+
- add bus sel command
18
+
- named adjustment commands with mute indicator
19
+
- Load command support (#13)
20
+
- Pan_x, Pan_y adjustment support (#11)
21
+
22
+
### Fix
23
+
24
+
- volume bar just shows 'Gain'
25
+
- strips/buses recognition breaks due to faulty characters
26
+
- Fix a bug that could cause InvalidOperationException in foreach statements. (#14)
0 commit comments