Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@tfurci tfurci released this 03 Feb 12:52
· 18 commits to main since this release

Version v4.0.0 Release

Added

  • More Commands:

    • mute: Unchanged - Mutes the specified application.

      • Usage: maw-muter.exe mute [application.exe]
    • mute-other: Mutes other applications besides the specified one.

      • Usage: maw-muter.exe mute-other [application.exe]
    • mute-more: Mutes all instances of the specified executable.

      • Usage: maw-muter.exe mute-more [application.exe]
    • list: Displays all programs and their current mute state.

      • Usage: maw-muter.exe list
    • excluded: Displays applications excluded from muting.

      • Usage: maw-muter.exe excluded

Updated

  • Exclusions:
    • Now you can exclude specific applications from muting and see the excluded apps using the excluded command.
      • Usage: Make a mme.txt file in same folder as maw-muter and then add application.exe in each line to exclude from muting

Miscellaneous

  • Improved overall stability and performance.