From c573ff31114853420d8c03c68fc25754a6588743 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:06:37 +0200 Subject: [PATCH] chore(main): release 4.0.1 (#29) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 ++ .../VoiceMeeterPlugin.csproj | 8 +-- .../metadata/LoupedeckPackage.yaml | 70 ++----------------- 4 files changed, 16 insertions(+), 71 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 127ac87..6a37fe2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9667b40..74c40a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0.1](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v4.0.0...v4.0.1) (2024-10-03) + + +### Bug Fixes + +* raw command doesn't update from outside sources ([72cb55f](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/72cb55fa810c037d6c1ad2af794e6a4e15665c9a)) + ## [4.0.0](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v3.0.0...v4.0.0) (2024-09-28) diff --git a/src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj b/src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj index 536c074..12b58af 100644 --- a/src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj +++ b/src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj @@ -19,10 +19,10 @@ ~/Library/Application\ Support/Logi/LogiPluginService/Plugins/ XeroxDev - 4.0.0 - 4.0.0 - 4.0.0 - 4.0.0 + 4.0.1 + 4.0.1 + 4.0.1 + 4.0.1 diff --git a/src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml b/src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml index ebe94e1..de95402 100644 --- a/src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml +++ b/src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml @@ -1,80 +1,18 @@ -# ================================================================================================== -# GENERAL SETTINGS -# ================================================================================================== - -# Package type. Must be plugin4 for plugins. type: plugin4 - -# Name that identifies the plugin. name: VoiceMeeter - -# Plugin name that is shown to the user. displayName: VoiceMeeter - -# Short description of the plugin. description: Control your VoiceMeeter audio mixer with your Loupedeck device. - -# Name of the plugin library file. pluginFileName: VoiceMeeterPlugin.dll - -# Plugin version. -version: 4.0.0 - -# Author of the plugin. The author can be a company or an individual developer. +version: 4.0.1 author: XeroxDev - -# Copyright information. copyright: Copyright © 2022-2024 Dominic Ris. All rights reserved. - - -# ================================================================================================== -# PLUGIN PROPERTIES -# ================================================================================================== - -# Location of plugin files on Windows (relative to the plugin base directory). -# This parameter is required to support Windows. pluginFolderWin: . - -# Location of plugin files on macOS (relative to the plugin base directory). -# This parameter is required to support Mac. -#pluginFolderMac: . - -# List of devices the plugin is optimized for. supportedDevices: - # LoupedeckCtFamily covers the following devices: Loupedeck CT, Live and Live S, - # Razer Stream Controller, and Razer Stream Controller X. - - LoupedeckCtFamily - - # LoupedeckPlusFamily covers Loupedeck+ device. Uncomment the following line to support Loupedeck+. - #- LoupedeckPlusFamily - -# List of plugin capabilities. + - LoupedeckCtFamily pluginCapabilities: - # Uncomment the following line if this plugin is an application plugin. - - HasApplication - - # Uncomment the following line if the plugin sends keyboard shortcuts to the target application. - #- ActivatesApplication - -# Minimum Loupedeck version supported by the plugin. -minimumLoupedeckVersion: 6.0 - - -# ================================================================================================== -# LOUPEDECK MARKETPLACE SETTINGS -# ================================================================================================== - -# Name of the license that the plugin is licensed under. Select the one that you prefer. -# NOTE: GPL license is not compatible with Loupedeck Marketplace. + - HasApplication +minimumLoupedeckVersion: 6 license: MIT - -# URL of the plugin license. licenseUrl: https://opensource.org/licenses/MIT - -# URL of the support page where the users can send improvement suggestions and report bugs. -# The URL is shown in Loupedeck Marketplace. The page can be for example a GitHub issues page. -# NOTE: This setting is recommended when publishing the plugin in Loupedeck Marketplace. supportPageUrl: https://s.tswi.me/discord - -# URL of the plugin homepage. The URL is shown in Loupedeck Marketplace. homePageUrl: https://help.xeroxdev.de/en/loupedeck/voicemeeter/home