1.2.15StashSync.app team1 min read

v1.2.15 — Fix: Clerk Proxy Domain & SW Reconnect Logic

Fixes the service worker's failure to recognize the Clerk proxy domain as an authenticated origin, and improves the WebSocket reconnection flow after going offline.

Fixed

  • The service worker now correctly recognizes requests made to the Clerk proxy domain as authenticated, preventing incorrect offline fallbacks for auth-related calls.
  • Improved WebSocket reconnection logic in the service worker to handle the transition from offline back to online more reliably.

Changed

  • Reverted the offline sync status and note creation feedback introduced in v1.2.14 due to instability; a more robust implementation will follow in a future release.