Skip to content

v1.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 19:51
· 23 commits to master since this release

Multiple stability improvements, fixes and a new foreground algorithm:

  • ForegroundProcessManager.cs: Added a new algorithm for detecting the foreground window. Older algorithm will be removed in a future version

  • MainForm.cs:

    1. added error handler in case of accessing a non-existing process
    2. cleaned up RunMuter() and added additional error checks
    3. added an inline function for muting processes. Fixed bug where processes are sometimes not muted
  • VolumeMixer.cs: additional comments and logging