Tag
#offline
13 posts
v1.3.3 — Offline Cache API Fix
Prevents an ERR_FAILED error when the browser's Cache API is unavailable in offline contexts.
v1.3.2 — Offline Stability Fix
Prevents a Clerk JS error that could occur when navigating to the app root while the device is offline.
v1.2.9 — Offline: Disable File Features & RSC Cache Fix
Disables file upload and management features when the app is offline, and fixes a crash when both the network and the RSC cache are unavailable.
v1.2.9a — Fix: Offline Redirect on Note Create/Duplicate
Prevents an incorrect offline redirect when a user creates or duplicates a note while the app is in offline mode.
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.
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.
v1.2.14 — Offline: Sync Status Handling & Note Creation Feedback
Enhances the offline experience with live sync status indicators and user feedback when notes are created while offline.
v1.2.10b / v1.2.10c — PWA: Offline Shell for Notes Routes
Serves all /notes/* routes from a shared app shell when the device is offline, enabling seamless navigation within the notes section without a network connection.
v1.2.10 — Native Service Worker Replaces Serwist
Replaces the Serwist-based service worker with a custom native service worker implementation for greater control over caching and offline behaviour.
v1.2.0 — Progressive Web App (PWA) Support
Adds a service worker and caching strategies to enable StashSync.app to function as a Progressive Web App, supporting installation and offline use.