You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplify to a self-contained menubar app (#5)
- Replace file-based config (~/.config/mic-guard) with UserDefaults
- Remove the CLI, XPC service, and enable/disable state; quit to disable
- Replace the SwiftUI windows with a native AppKit status-item menu
- Rename the bundle identifier to cz.szypowi.micguard
- Broadcast read-only device/mute status for personal integrations
- Collapse the docs site into the README
Co-authored-by: Przemysław Szypowicz <2733699+pszypowicz@users.noreply.github.com>