v1.0.6
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:
- added error handler in case of accessing a non-existing process
- cleaned up RunMuter() and added additional error checks
- added an inline function for muting processes. Fixed bug where processes are sometimes not muted
-
VolumeMixer.cs: additional comments and logging