1.2.16StashSync.app team1 min read

v1.2.16 — Notes: SPA-Style Routing for Offline/PWA

Migrates note navigation to client-side SPA-style routing so that notes open and navigate without triggering full network requests, improving offline reliability.

Changed

  • Notes are now opened and navigated using SPA-style client-side routing instead of full page navigations, reducing network dependency and making the note-editing experience fully functional offline.
  • The note editor and note list no longer require a server round-trip when switching between notes, resulting in faster transitions and seamless offline operation.