1.4.0StashSync.app team1 min read

v1.4.0 — Offline File Pinning & Public Note Subdomains

Adds the ability to pin files for offline access via the browser Cache API, and launches public note sharing under per-user subdomains.

Added

  • Offline file availability: users can now mark individual files as "available offline." Pinned files are downloaded immediately and stored in the browser Cache API (stashsync-files-v1), making them accessible without a network connection. The offline flag syncs across devices via Yjs so the intent is visible everywhere. The storage panel shows which files are cached, how much space they occupy, and allows removing them from the local cache.
  • Public note sharing via subdomains: shared notes now live under the author's subdomain (username.stashsync.app/s/n/<shortId>/<slug>), giving each published note a personal URL anchored to its author. Subdomain mismatches and apex-domain share links redirect to the canonical subdomain URL. Requires a Clerk username to be set before publishing.