Skip to content

Commit 394abc0

Browse files
chore(release): 2.0.1 -> 3.0.0 [skip-ci]
1 parent de551bf commit 394abc0

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "2.0.1"
2+
version = "3.0.0"
33
bump_message = "chore(release): $current_version -> $new_version [skip-ci]"
44
version_files = [
55
"src/VoiceMeeterPlugin/Properties/AssemblyInfo.cs",

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
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.
44

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)
27+
- give every icon the right number (#10)
28+
29+
### Refactor
30+
31+
- replace fontSize with cmdSize
32+
- update plugin to latest structure
33+
- change volume bar text to be at the top
34+
- replace .Drawings with SkiaSharp
35+
536
## v2.0.1 (2022-05-16)
637

738
### Fix

src/VoiceMeeterPlugin/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("5.3.1.14222")]
34-
[assembly: AssemblyVersion("2.0.1")]
34+
[assembly: AssemblyVersion("3.0.0")]

src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ displayName: VoiceMeeter
1515
pluginFileName: VoiceMeeterPlugin.dll
1616

1717
# Plugin version.
18-
version: 2.0.1
18+
version: 3.0.0
1919

2020
# Author of the plugin. The author can be a company or an individual developer.
2121
author: XeroxDev

0 commit comments

Comments
 (0)