Skip to content

5.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 19:42
· 692 commits to main since this release
  • Added a new expander menu: ( SettingsAudioAdditional Settings )
  • Added volume peaking meters (#41)
    • Added a Show Peak Meters checkbox that toggles the visibility of peak meters to additional audio settings.
    • Added an Update Interval spinbox that changes the peak meter update frequency to additional audio settings.
  • Added device volume controls to the GUI (they've been available via hotkeys for some time)
    • Added a Show Device Controls checkbox that toggles the visibility of device volume controls in the GUI.
      It is disabled by default.
  • Overhauled the input simulation capabilities available in the SDK, see the documentation for VolumeControl.Hotkeys.InputSimulator for more information.
    This is a thin wrapper around the InputSimulatorEx nuget package, and can be used to simulate key presses, mouse movements, clicks, and much more.
  • Fixed #43
  • Somewhat implemented #35
  • Added a Multi-Instance checkbox that allows you to run multiple simultaneous volume control instances so long as each instance uses a different config file. (and therefore has different hotkeys; if you use the same hotkey in 2 different instances anyway, it is undefined behaviour and you shouldn't expect both to work!)
  • Slightly rounded the corners of the main window.

Full Changelog