Background Muter Changelog

What's new in Background Muter 1.0.9

Jan 2, 2024
  • Fixed random sleep issue #30
  • Improved logging functionality by adding timestamps
  • Improved GUI

New in Background Muter 1.0.9 Pre-release (Dec 19, 2023)

  • Improvements in logging and keepalive feature

New in Background Muter 1.0.8 (Apr 27, 2023)

  • modifed inline function to account for main PID

New in Background Muter 1.0.7 (Nov 26, 2022)

  • New functionality: Added alternative mute condition for muting windows only when they are minimized instead of in the background as suggested in #13
  • New log level functions
  • Instant reload: any changes in the mute condition or the mute exception list are instantly applied

New in Background Muter 1.0.6 (Nov 18, 2022)

  • 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

New in Background Muter 1.0.6 Pre-release (Nov 17, 2022)

  • Multiple stability improvements, fixes and a new foreground alogirhtm:
  • 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

New in Background Muter 1.0.5 (Jun 21, 2022)

  • Fixed asking to save changes even if no changes were done
  • Fixed window title color to match dark mode

New in Background Muter 1.0.4 (May 30, 2022)

  • Changed autostart method to create a shortcut at shell:startup
  • Autostart now minimizes the window when launchung the program (done using args)
  • Fixed Lag caused by logging
  • Changed to symantic versioning

New in Background Muter 1.0.0.2 (May 17, 2022)

  • Bug fixes