Skip to content

Commit

Permalink
chore(main): release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2024
1 parent 0dbcfcb commit 2ddb033
Show file tree
Hide file tree
Showing 4 changed files with 18 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"
".": "4.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.1.0](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v4.0.1...v4.1.0) (2024-10-11)


### Features

* add level meters display ([dd016ef](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/dd016ef4a85bab7c459b566ec7abdac6b90f12ba))


### Performance Improvements

* optimize performance for image drawing and levels update ([0dbcfcb](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/0dbcfcbe803f3b28421c4c549130eed656f5c708))

## [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>4.1.0</AssemblyVersion>
<FileVersion>4.1.0</FileVersion>
<Version>4.1.0</Version>
<PackageVersion>4.1.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: 4.1.0
author: XeroxDev
copyright: Copyright © 2022-2024 Dominic Ris. All rights reserved.
pluginFolderWin: .
Expand Down

0 comments on commit 2ddb033

Please sign in to comment.