Skip to content

Commit c573ff3

Browse files
chore(main): release 4.0.1 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72cb55f commit c573ff3

File tree

4 files changed

+16
-71
lines changed

4 files changed

+16
-71
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [4.0.1](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v4.0.0...v4.0.1) (2024-10-03)
6+
7+
8+
### Bug Fixes
9+
10+
* raw command doesn't update from outside sources ([72cb55f](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/72cb55fa810c037d6c1ad2af794e6a4e15665c9a))
11+
512
## [4.0.0](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v3.0.0...v4.0.0) (2024-09-28)
613

714

src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<PluginDir Condition="$(OS) != 'Windows_NT'">~/Library/Application\ Support/Logi/LogiPluginService/Plugins/</PluginDir>
2020
<Company>XeroxDev</Company>
2121
<!-- x-release-please-start-version -->
22-
<AssemblyVersion>4.0.0</AssemblyVersion>
23-
<FileVersion>4.0.0</FileVersion>
24-
<Version>4.0.0</Version>
25-
<PackageVersion>4.0.0</PackageVersion>
22+
<AssemblyVersion>4.0.1</AssemblyVersion>
23+
<FileVersion>4.0.1</FileVersion>
24+
<Version>4.0.1</Version>
25+
<PackageVersion>4.0.1</PackageVersion>
2626
<!-- x-release-please-end -->
2727
</PropertyGroup>
2828

Lines changed: 4 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,18 @@
1-
# ==================================================================================================
2-
# GENERAL SETTINGS
3-
# ==================================================================================================
4-
5-
# Package type. Must be plugin4 for plugins.
61
type: plugin4
7-
8-
# Name that identifies the plugin.
92
name: VoiceMeeter
10-
11-
# Plugin name that is shown to the user.
123
displayName: VoiceMeeter
13-
14-
# Short description of the plugin.
154
description: Control your VoiceMeeter audio mixer with your Loupedeck device.
16-
17-
# Name of the plugin library file.
185
pluginFileName: VoiceMeeterPlugin.dll
19-
20-
# Plugin version.
21-
version: 4.0.0
22-
23-
# Author of the plugin. The author can be a company or an individual developer.
6+
version: 4.0.1
247
author: XeroxDev
25-
26-
# Copyright information.
278
copyright: Copyright © 2022-2024 Dominic Ris. All rights reserved.
28-
29-
30-
# ==================================================================================================
31-
# PLUGIN PROPERTIES
32-
# ==================================================================================================
33-
34-
# Location of plugin files on Windows (relative to the plugin base directory).
35-
# This parameter is required to support Windows.
369
pluginFolderWin: .
37-
38-
# Location of plugin files on macOS (relative to the plugin base directory).
39-
# This parameter is required to support Mac.
40-
#pluginFolderMac: .
41-
42-
# List of devices the plugin is optimized for.
4310
supportedDevices:
44-
# LoupedeckCtFamily covers the following devices: Loupedeck CT, Live and Live S,
45-
# Razer Stream Controller, and Razer Stream Controller X.
46-
- LoupedeckCtFamily
47-
48-
# LoupedeckPlusFamily covers Loupedeck+ device. Uncomment the following line to support Loupedeck+.
49-
#- LoupedeckPlusFamily
50-
51-
# List of plugin capabilities.
11+
- LoupedeckCtFamily
5212
pluginCapabilities:
53-
# Uncomment the following line if this plugin is an application plugin.
54-
- HasApplication
55-
56-
# Uncomment the following line if the plugin sends keyboard shortcuts to the target application.
57-
#- ActivatesApplication
58-
59-
# Minimum Loupedeck version supported by the plugin.
60-
minimumLoupedeckVersion: 6.0
61-
62-
63-
# ==================================================================================================
64-
# LOUPEDECK MARKETPLACE SETTINGS
65-
# ==================================================================================================
66-
67-
# Name of the license that the plugin is licensed under. Select the one that you prefer.
68-
# NOTE: GPL license is not compatible with Loupedeck Marketplace.
13+
- HasApplication
14+
minimumLoupedeckVersion: 6
6915
license: MIT
70-
71-
# URL of the plugin license.
7216
licenseUrl: https://opensource.org/licenses/MIT
73-
74-
# URL of the support page where the users can send improvement suggestions and report bugs.
75-
# The URL is shown in Loupedeck Marketplace. The page can be for example a GitHub issues page.
76-
# NOTE: This setting is recommended when publishing the plugin in Loupedeck Marketplace.
7717
supportPageUrl: https://s.tswi.me/discord
78-
79-
# URL of the plugin homepage. The URL is shown in Loupedeck Marketplace.
8018
homePageUrl: https://help.xeroxdev.de/en/loupedeck/voicemeeter/home

0 commit comments

Comments
 (0)