Background Muter Versions Save

Background Muter - Automatically Mute Background Applications

v1.0.9

4 months ago
  • Fixed random sleep issue #30
  • Improved logging functionality by adding timestamps
  • Improved GUI

v1.0.8

1 year ago

v1.0.7

1 year ago
  • 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

v1.0.6

1 year ago

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

v1.0.5

1 year ago

Full Changelog: https://github.com/nefares/Background-Muter/compare/v1.0.4...v1.0.5

Changes:

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

v1.0.4

1 year ago

Full Changelog: https://github.com/nefares/Background-Muter/compare/v1.0.0.3...v1.0.4

Changes:

  • 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

v1.0.0.3

2 years ago

Full Changelog: https://github.com/nefares/Background-Muter/compare/v1.0.0.2...v1.0.0.3

Changes:

  • Added autostart feature using the URL method
  • Added feature to check for saved changes before exit

v1.0.0.2

2 years ago