1.2.11StashSync.app team1 min read

v1.2.11 — PWA: Precache Auth Route Shells

Precaches authentication route shells at service worker install time so that the sign-in and sign-up pages are available offline.

Added

  • Authentication route shells (/sign-in, /sign-up) are now precached during service worker installation, ensuring these pages are accessible even without a network connection.

Changed

  • Moved the /notes shell warm-up to the service worker's install phase (instead of performing it at registration time) for a more efficient and reliable precaching sequence.