• Additional updates to the
    MuteDeckMaintenanceTool
    , both on macOS and Windows. It's now signed, so it no longer says "Unidentified publisher" when installing an update. It'll say Lostdomain is the publisher. (which is my primary company name).
  • API
    : Allow calls that set a desired state, not toggle the state. For example, you can call
    POST https://localhost:3491/v1/mute?state=off
    to make sure mute is off. If it's already unmuted, MuteDeck won't change the status. More info and examples can be found in the Swagger specification.