- The select buttons in the mixer now appear disabled when the target is locked to improve feedback.
- Added mouse-over & highlight effects to the buttons on
NumericUpDown
controls. - Fixed a wide range of bugs, and probably made a few more.
- Removed the 'Allow update to prerelease' checkbox
- Extensive changes to the program's internals
- Replaced the entire configuration system
- Now using a JSON config file located in the working directory.
(In most cases this is the directory whereVolumeControl.exe
is located; this can be changed by the 'Start In' field in a shortcut.)
- Now using a JSON config file located in the working directory.
- Replaced the entire hotkey system
- No longer using the main window handle for hotkey messages
- Hotkeys now handle their own messages, greatly simplifying the code involved in triggering hotkey press events.
- Entirely removed the automated update utility
- Replaced the entire configuration system
- Renamed
VolumeControl.API
toVolumeControl.SDK
- The Volume Control SDK is now available on NuGet.