Skip to content

Releases: nefares/Background-Muter

v1.0.10

22 Aug 22:27
Compare
Choose a tag to compare
  • UI improvements
  • fixed muter not running on autostart #8

v1.0.9

18 Dec 20:10
Compare
Choose a tag to compare
  • Fixed random sleep issue #30
  • Improved logging functionality by adding timestamps
  • Improved GUI

v1.0.8

27 Apr 01:00
Compare
Choose a tag to compare
modifed inline function to account for main PID

v1.0.7

26 Nov 01:54
90a8178
Compare
Choose a tag to compare
  • 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

17 Nov 19:51
Compare
Choose a tag to compare

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

20 Jun 19:21
Compare
Choose a tag to compare

Full Changelog: 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

28 May 19:08
Compare
Choose a tag to compare

Full Changelog: 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

17 May 19:27
Compare
Choose a tag to compare

Full Changelog: 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

Release v1.0.0.2

14 May 05:48
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v1.0.0.1...v1.0.0.2

Release v1.0.0.1

08 May 18:09
Compare
Choose a tag to compare