Skip to content

Commit

Permalink
chore(release): 2.0.1 -> 3.0.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 26, 2023
1 parent de551bf commit 394abc0
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "2.0.1"
version = "3.0.0"
bump_message = "chore(release): $current_version -> $new_version [skip-ci]"
version_files = [
"src/VoiceMeeterPlugin/Properties/AssemblyInfo.cs",
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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.

## v3.0.0 (2023-02-26)

### BREAKING CHANGE

- Due to the structure change, all actions have to be added again. We're sorry for
the inconvenience!

### Feat

- add multi-state possibility
- remoddeled volume bar
- add command name to the bottom of adjustment bars
- add bus sel command
- named adjustment commands with mute indicator
- Load command support (#13)
- Pan_x, Pan_y adjustment support (#11)

### Fix

- volume bar just shows 'Gain'
- strips/buses recognition breaks due to faulty characters
- Fix a bug that could cause InvalidOperationException in foreach statements. (#14)
- give every icon the right number (#10)

### Refactor

- replace fontSize with cmdSize
- update plugin to latest structure
- change volume bar text to be at the top
- replace .Drawings with SkiaSharp

## v2.0.1 (2022-05-16)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion src/VoiceMeeterPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("5.3.1.14222")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyVersion("3.0.0")]
2 changes: 1 addition & 1 deletion src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ displayName: VoiceMeeter
pluginFileName: VoiceMeeterPlugin.dll

# Plugin version.
version: 2.0.1
version: 3.0.0

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

0 comments on commit 394abc0

Please sign in to comment.