You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 where VolumeControl.exe is located; this can be changed by the 'Start In' field in a shortcut.)
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.