Skip to content

Releases: ProtoSparky/CtrlVolume

v1.1.0-beta

11 Oct 11:39
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release

Update Notes

  • Added icons
  • Rewrote the setup to use GUI environment
  • Switched from command line to GUI environment
  • Setup now checks if there are any permission errors when creating settings file
  • Added notification icon, so background program can now be shutdown safely without the use of task manager
  • Improved code readability
  • Removed unused functions -> decreased memory and storage footprint
  • Added feature to view and edit settings file
  • Added error handling for when settings file exists but has no contents

v1.0.1-alpha

04 Oct 18:56
Compare
Choose a tag to compare
v1.0.1-alpha Pre-release
Pre-release

Update Notes

  • Fixed memory leak
  • Program no longer crashes if the main and secondary audio out is disconnected/disabled
  • Fixed accidental muting of main audio device
  • Lowered cpu usage during idle (3%-9% to 0%)
  • Resolved an issue where activating the program after adjusting the volume on the default audio device would inadvertanly trigger a volume change on the secondary audio output
  • Added in some safety measures to application setup to prevent the user from selecting the default audio out as the secondary too

v1.0.0-alpha

03 Oct 19:41
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

This is the base release, and is pretty buggy

Known bugs

  • Program will crash if it does not find the audio device by name if it's been unplugged or disconnected/disabled in the middle of the monitoring loop.
  • There's a small memory leak of ~1mb/m
  • If you adjust the volume of the secondary device, then adjust the primary one, and then click control, the secondary device volume will jump as there's a volume difference from previous saved volume value.