Skip to content

Commit

Permalink
chore(main): release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 3, 2024
1 parent c573ff3 commit 46dbab3
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.1"
".": "5.0.0"
}
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@

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.

## [5.0.0](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v4.0.1...v5.0.0) (2024-10-03)


### ⚠ BREAKING CHANGES

* migration to v6 ([#24](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/24))
* Due to the structure change, all actions have to be added again. We're sorry for the inconvenience!
* This code will only run in Loupedeck 5 due to api changes

### Features

* add bus sel command ([a3c2c73](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/a3c2c734798c843581428c3c563e838c2f160f8f))
* add command name to the bottom of adjustment bars ([0f31573](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/0f3157300728b5e0d9fca39b67dc55dca1b30a6c))
* add multi-state possibility ([2d93a52](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/2d93a525750f74beec86984330adaaea91d1795b)), closes [#19](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/19)
* add raw commands and adjustments ([#27](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/27)) ([676b152](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/676b1525b5835a775441cab64e3a161dc6a07087))
* Load command support ([#13](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/13)) ([3387b47](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/3387b47eb37ca1ea36a6cc796feadf946f79a700))
* Loupedeck 5 Beta support ([72811bd](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/72811bd594e6d49bcf7c80f73013ee5b24bc7031))
* migration to v6 ([#24](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/24)) ([56b05fd](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/56b05fd36c396e538b7b496fc84528b8e04dd60a))
* min / max value limiting for encoders ([#8](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/8)) ([c8df8d8](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/c8df8d8d56dc11053ad03e8170c53b947ce7ade0))
* named adjustment commands with mute indicator ([f6ecb3c](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/f6ecb3ca0541a882b0843a8607e722f6631e7233)), closes [#12](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/12)
* only trigger updates for the specific values that change ([#6](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/6)) ([36d2476](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/36d2476dfcfa316b7afcd5ecb1d9c65b6311da40))
* Pan_x, Pan_y adjustment support ([#11](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/11)) ([64fea6e](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/64fea6e15790dc2ccbf83484325c092582649e8d))
* remoddeled volume bar ([f9a121e](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/f9a121e1b109839f9922c79f3f10f340c8c4bb84))
* the icons are reflecting now the color scheme from VoiceMeeter ([8246d01](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/8246d01050efcc10699bf25b75a56f7340462631))


### Bug Fixes

* better detection of voicemeeter version if setup exe was differently named ([#9](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/9)) ([cec3232](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/cec3232754a93103b258ff83a652d2c0373e5522))
* Fix a bug that could cause InvalidOperationException in foreach statements. ([#14](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/14)) ([2df0b8d](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/2df0b8dd1d6588e1fc4785daabd44d46d51f45ac))
* give every icon the right color ([b7b5719](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/b7b57195e3d731b78ce7938ed4abc4a55e1b9d85))
* give every icon the right number ([#10](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/10)) ([595544e](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/595544e9d04558737fc1c3168a7b6c9670df63d0))
* icons update again ([3d26e3a](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/3d26e3a2a6b75037d2bc7f564d357f5cc7352adf))
* raw command doesn't update from outside sources ([72cb55f](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/72cb55fa810c037d6c1ad2af794e6a4e15665c9a))
* strips/buses recognition breaks due to faulty characters ([3dec5f6](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/3dec5f6eb423cfb80c8b298c748613c82f36fbfb))
* volume bar just shows 'Gain' ([34b51cb](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/34b51cb58ed350a9a83552b9bdb4a89b367710bd))
* volume sliders should look normal again ([b9ae829](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/b9ae829d4cfeb33070dba785f8838226a1ee1b70))


### Code Refactoring

* update plugin to latest structure ([7ad5870](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/7ad58707d190da1296d3b46a4c38ae0a74fc3f98))

## [4.0.1](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v4.0.0...v4.0.1) (2024-10-03)


Expand Down
8 changes: 4 additions & 4 deletions src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<PluginDir Condition="$(OS) != 'Windows_NT'">~/Library/Application\ Support/Logi/LogiPluginService/Plugins/</PluginDir>
<Company>XeroxDev</Company>
<!-- x-release-please-start-version -->
<AssemblyVersion>4.0.1</AssemblyVersion>
<FileVersion>4.0.1</FileVersion>
<Version>4.0.1</Version>
<PackageVersion>4.0.1</PackageVersion>
<AssemblyVersion>5.0.0</AssemblyVersion>
<FileVersion>5.0.0</FileVersion>
<Version>5.0.0</Version>
<PackageVersion>5.0.0</PackageVersion>
<!-- x-release-please-end -->
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: VoiceMeeter
displayName: VoiceMeeter
description: Control your VoiceMeeter audio mixer with your Loupedeck device.
pluginFileName: VoiceMeeterPlugin.dll
version: 4.0.1
version: 5.0.0
author: XeroxDev
copyright: Copyright © 2022-2024 Dominic Ris. All rights reserved.
pluginFolderWin: .
Expand Down

0 comments on commit 46dbab3

Please sign in to comment.