1.2.10StashSync.app team1 min read

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.

Changed

  • Native service worker: replaced the Serwist library with a hand-crafted native service worker, giving full control over fetch interception, caching strategies, and cache versioning.
  • Removed the Serwist dependency from the project.

Notes

  • v1.2.10a patches a CI issue with POSIX substring compatibility in the build ID extraction script.
  • v1.2.10b and v1.2.10c add offline shell serving for /notes/* routes (see v1.2.10b/c release notes).