Skip to content

Latest commit

 

History

History
82 lines (49 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

82 lines (49 loc) · 3.45 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2024-10-03)

Bug Fixes

  • raw command doesn't update from outside sources (72cb55f)

4.0.0 (2024-09-28)

⚠ BREAKING CHANGES

  • migration to v6 (#24)

Features

v3.0.0 (2023-02-26)

BREAKING CHANGE

  • Due to the structure change, all actions have to be added again. We're sorry for the inconvenience!

Feat

  • add multi-state possibility
  • remoddeled volume bar
  • add command name to the bottom of adjustment bars
  • add bus sel command
  • named adjustment commands with mute indicator
  • Load command support (#13)
  • Pan_x, Pan_y adjustment support (#11)

Fix

  • volume bar just shows 'Gain'
  • strips/buses recognition breaks due to faulty characters
  • Fix a bug that could cause InvalidOperationException in foreach statements. (#14)
  • give every icon the right number (#10)

Refactor

  • replace fontSize with cmdSize
  • update plugin to latest structure
  • change volume bar text to be at the top
  • replace .Drawings with SkiaSharp

v2.0.1 (2022-05-16)

Fix

  • give every icon the right color
  • icons update again

2.0.0 (2022-04-04)

⚠ BREAKING CHANGES

  • This code will only run in Loupedeck 5 due to api changes

Features

  • Loupedeck 5 Beta support (72811bd)
  • min / max value limiting for encoders (#8) (c8df8d8)
  • only trigger updates for the specific values that change (#6) (36d2476)
  • the icons are reflecting now the color scheme from VoiceMeeter (8246d01)

Bug Fixes

  • better detection of voicemeeter version if setup exe was differently named (#9) (cec3232)
  • volume sliders should look normal again (b9ae829)

1.0.0 (2021-12-08)