From 394abc0c9c47422c618f444a1d6779ebaa5f80ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Feb 2023 13:21:48 +0000 Subject: [PATCH] chore(release): 2.0.1 -> 3.0.0 [skip-ci] --- .cz.toml | 2 +- CHANGELOG.md | 31 +++++++++++++++++++ .../Properties/AssemblyInfo.cs | 2 +- .../metadata/LoupedeckPackage.yaml | 2 +- 4 files changed, 34 insertions(+), 3 deletions(-) diff --git a/.cz.toml b/.cz.toml index ab217ed..7c50694 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a20f3..56331d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/VoiceMeeterPlugin/Properties/AssemblyInfo.cs b/src/VoiceMeeterPlugin/Properties/AssemblyInfo.cs index 38b5923..d6b5b27 100644 --- a/src/VoiceMeeterPlugin/Properties/AssemblyInfo.cs +++ b/src/VoiceMeeterPlugin/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.0")] \ No newline at end of file diff --git a/src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml b/src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml index ef583e6..23136a8 100644 --- a/src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml +++ b/src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml @@ -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