voicemeeter-compact/CHANGELOG.md
onyx-and-iris 69eed318c9 changes to menus.
changes to menus, themes and submixes merged into layout

minsize reduced from 400 to 275.

path version bump

changelog updated.
2022-05-06 13:35:31 +01:00

2.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Allow setting a bus mode from config
  • Fixed bug with gainlayer sync failing to fetch strip label.
  • Changes to menus, extends, themes and submixes merged into layout.

[1.1.0] - 2022-05-05

Added

  • Ability to set a profile to load on startup

Changed

  • Add more substantial example profile config files.
  • Minor version bump

Fixed

  • Fix a bug where minimize->restore is effecting the window size. Now minwidth 400, not ideal but acceptable compromise.

[1.0.0] - 2022-04-27

Added

  • Example of valid vban.toml to readme

Changed

  • Sun-Valley theme added as module. Added to pysetup. Img files removed from repo.
  • Major version bump since this is not backwards compatible.

Fixed

  • Fix issue with bus modes syncing. Added a bus mode cache to App class.

[0.0.1] - 2022-04-22

Added

  • App initial commit.
  • Strip/Bus frames implemented
    • A labelframe for each channel containing a progressbar and slider.
    • A config frame for setting inputs/outputs, comp, gate, limit, mono, eq, bus modes.
  • Navigation frame implemented
    • Extending horizontally/vertically implemented.
  • Submixes frames implemented
    • Each submix frame offers a view of all input devices on a single bus.
    • Possible to select any one of all 8 buses.
    • ON button implemented, effectively a mute toggle.
  • Menus implemented.
    • Voicemeeter action type functions for the main GUI.
    • Profiles load any profile defined in profiles/ directory for a kind. Reset to defaults.
    • VBAN Connect connect to any number of connections defined in vban.toml
    • Extends toggle direction app extends in.
    • Submixes select the bus the Submix frame will represent. Selecting a new bus will redraw the submix frame if its gridded.
    • Themes toggle light/dark sunvalley theme.
    • Help links to sites.

Changed

  • Only create banner frame if kind is Potato.

Fixed

  • Fix bug where submixes menu remained disabled if kind changes when switching between vmr and vban interface. (ie banana remote to potato local)