Skip to content

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 09 Jun 03:29
· 186 commits to main since this release

Improvements

  • Upgrade pairing token generation to use a 32-byte cryptographically secure random sequence.
  • Migrate pairing token storage from UserDefaults to KeychainCredentialStore for enhanced security.
  • Redesign the "Connect Browser Extension" settings pane to be browser-agnostic with links to both Firefox and Chrome extension stores.
  • Add a "Regenerate" button to instantly invalidate and recreate the pairing token.

Fixes

  • Fix CORS preflight failures for the new /ping extension connection check by allowing GET methods in the local server.