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
fix: retroachievements setup now works on Linux without a keyring (#126)
Previously failed with a confusing "check your credentials" error when
the system keyring wasn't available. Now falls back to plaintext storage.
---
Uses a `plain:` prefix to distinguish unencrypted keys from encrypted
ones, so existing encrypted keys keep working.
Fixes#125
0 commit comments