v0.9.3
Highlights
macOS: no more keychain password prompts
Conduit's gateway used to trigger a macOS keychain password prompt whenever it read your saved secrets, and again after every app update. That is gone in 0.9.3.
Your secrets still live in the system keychain and never touch disk. The gateway is now a notarized helper that shares a secure, team-scoped keychain access group with the app, so it reads your secrets silently, including across updates. Existing secrets are migrated into the new store automatically on first launch.
Both Apple Silicon and Intel macOS builds are signed and notarized.
What's Changed
- fix(catalog): surface url_hint in ServerDialog for self-hosted servers by @bradhallett in #64
- fix(macos): zero-prompt keychain via data-protection keychain + nested signed gateway by @tsouth89 in #67
Full Changelog: v0.9.2...v0.9.3