Skip to content

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 20:17
· 20 commits to main since this release
SentryKey v1.2.2

Reliability
• Conflict-safe multi-device sync — the Android app, web dashboard, and server
  now use vault revisions + optimistic concurrency. Editing your vault on two
  devices at once MERGES the changes (union of accounts) instead of one silently
  overwriting the other, so a 2FA secret is never lost.

Under the hood
• Full automated test suite across server, Android (JVM + Robolectric), Wear OS,
  and the Garmin watch (RFC 6238/2202/4648 known-answer vectors) + a Playwright
  web E2E — all gating CI.
• Server: SQLite-backed accounts/sessions, account plans, and an admin panel.

Note: iOS still uses the legacy sync path (pending an Xcode build).