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.
Changed
The macOS app installs like a normal Mac app. The download now presents PrintGuard beside
your Applications folder to drag it into, instead of a lone app icon. The builds are still
unsigned for now, so the first launch needs one manual approval — and on macOS Sequoia that moved
from the old right-click → Open to System Settings → Privacy & Security → Open Anyway
(double-click the app once, then approve it there).
Security
API token secrets stay out of the hub's logs. Generating a token under Settings → API &
MCP access now hands its one-time secret to the dashboard without that secret ever passing
through the server's log writer, resolving a code-scanning finding about clear-text logging of
sensitive data. The token is still shown once and only its hash is stored — nothing about your
existing tokens changes.