v2026-06-18.1
v2026-06-18.1
Fixed
- Stop the Proton Pass session from dropping on its own. Opening the panel
indexed every vault with severalpass-cliprocesses at once, and because
they share one session they raced Proton's token refresh — the first to
refresh invalidated the token the others still held, signing you out. The
reconnect then re-indexed and raced again, which is why you'd get two or three
Touch ID prompts back to back. The app now runspass-clione process at a
time, so the session stays put. - Keep the SSH agent working after a session refresh. The upstream
pass-cli
agent would keep signing with a stale session (Permission denied (publickey)), and since its socket was still reachable the recovery never
restarted it — the only workaround was toggling the agent off and on in
Settings. Recovery now restarts the agent unconditionally, and it heals itself
when a signature is rejected or the agent goes unreachable, sogitandssh
keep working without a visit to Settings.
Full Changelog: v2026-06-14.1...v2026-06-18.1