Keygrain 版本历史 - 6 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.3.0
发布于 2026年8月11日 - 331.05 KB适用于 firefox 109.0 及更高版本- You can now stop a password migration part-way through. Services you have not rotated are removed from the migration batch and that decision syncs to your other devices; their old site passwords remain unchanged, so change them if needed.
- Migration progress stays consistent between the popup, migration page, and synced data.
- Domain matching during migration now uses the public suffix list, improving handling of subdomains and multi-part domains.
- The keyboard shortcut no longer conflicts with Firefox's own shortcuts.
- Sync serialization and password-symbol validation are more consistent across Keygrain clients.
源代码遵循 MIT 许可证 发布
较早版本
版本 1.2.0
发布于 2026年7月28日 - 173.6 KB适用于 firefox 109.0 及更高版本<!-- released: 2026-07-28 -->
Deletions now sync properly across your devices, and importing from another password
manager shows you exactly what it is about to use.
- Deleting a service now sticks. Remove an entry on one device and it stays removed
everywhere, instead of reappearing the next time another device syncs. - Delete-versus-edit conflicts are kept, not guessed. If you delete a service on one
device while editing it on another, Keygrain shows you both and lets you decide, rather
than silently picking a winner. - Fewer failed syncs when several devices write at once.
- You can now verify the login address before anything is imported. The preview shows
the address read from your export next to the site Keygrain derived from it, because the
site is what generates your password — if the two disagree, you need to know before you
rotate a real password, not after. - Fixed: imports from KeePassXC could get the wrong site. Exports that store a bare
address (github.comrather thanhttps://github.com) fell back to the entry title, so
a "GitHub" entry was imported asgithubinstead ofgithub.com. That produced a
different password than adding the same account by hand, and autofill never matched it.
If you already migrated from such an export, check the Site field on those entries. - Entries whose address had to be guessed from the entry title are now marked, and entries
with no address at all say so.
No algorithm changes — every password, code, key and seed is byte-identical to before
(SPEC v4).源代码遵循 MIT 许可证 发布
- Deleting a service now sticks. Remove an entry on one device and it stays removed
版本 1.1.0
发布于 2026年7月25日 - 165.56 KB适用于 firefox 109.0 及更高版本The biggest Keygrain update yet: autofill, one-time codes, and full control over your
account and synced data.
- In-field autofill — an opt-in inline icon and account dropdown on your saved
sites, so you can fill credentials in place. - TOTP one-time codes — fill 2FA codes from the inline dropdown, the popup, the
keyboard shortcut, or the right-click menu. No separate authenticator app. - Smarter matching across multiple accounts and subdomains, plus a discoverability tip
for the fill shortcut.
- Switch account — use a different master secret / email without a full reset,
from the menu or the lock screen. - Offline mode — use Keygrain without syncing; turn sync back on anytime.
- Delete synced data — remove your encrypted blob from the sync server, with an
option to keep a local copy on this device.
- Popup password fill now loads its autofill dependency reliably.
- Clearer lock-screen message when the entered secret/email doesn't match this
device's account. - Removed the misleading "clears in 30 seconds" clipboard message.
No algorithm changes — every password, code, key, and seed is byte-identical to before
(SPEC v4).源代码遵循 MIT 许可证 发布
- In-field autofill — an opt-in inline icon and account dropdown on your saved
版本 0.11.0
发布于 2026年7月3日 - 123.17 KB适用于 firefox 109.0 及更高版本- SSH private key display — view and copy SSH private keys in the browser extension and Android app
- Open-source visibility — GitHub link in website nav, extension settings, and mobile HelpScreen
- README badges — CI status, license, and platform badges
- All platform versions unified and enforced by CI (
ci/version-check.sh) - Extension manifests include
homepage_urlpointing to the repository - LICENSE (MIT) added to repo root
- Unified commit history across GitHub and GitLab
- Default branch renamed to
main
- 🟢 Chrome Extension
- 🦊 Firefox Add-on
- 📱 Android APK
- 🐍
pip install keygrain
源代码遵循 MIT 许可证 发布