1.2.9StashSync.app team1 min read

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.

Changed

  • File upload and file management features are now disabled when the app is running offline, preventing misleading UI states and failed network requests.

Fixed

  • Fixed a crash in the service worker where a React Server Component response returned no data when both the network and the local cache were unavailable (dual miss scenario).