Skip to content

Commit

Permalink
chore(main): release 4.0.1 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 3, 2024
1 parent 72cb55f commit c573ff3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 71 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.0"
".": "4.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<Version>4.0.0</Version>
<PackageVersion>4.0.0</PackageVersion>
<AssemblyVersion>4.0.1</AssemblyVersion>
<FileVersion>4.0.1</FileVersion>
<Version>4.0.1</Version>
<PackageVersion>4.0.1</PackageVersion>
<!-- x-release-please-end -->
</PropertyGroup>

Expand Down
70 changes: 4 additions & 66 deletions src/VoiceMeeterPlugin/metadata/LoupedeckPackage.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c573ff3

Please sign in to comment.