1.1.0StashSync.app team1 min read

v1.1.0 — Account Management, Free Sync & Bookmark Metadata

Introduces account deletion, enables WebSocket sync for Free-tier users, and adds automatic bookmark metadata fetching on the Dashboard.

Added

  • Account deletion flow: users can now delete their account from within the app, with subscription status checks and a confirmation step before permanent removal.
  • WebSocket sync for Free users: real-time multi-device sync is now enabled for all users, including the Free tier.
  • Auto-fetch bookmark metadata: bookmark metadata (title, description, favicon) is now automatically fetched when a bookmark is added from the Dashboard, removing the need for a manual refresh.
  • Progress bar with dismiss: enhanced in-app progress indicators now include a dismiss button and an inline progress bar for long-running operations.

Changed

  • Cleaned up Wrangler configuration by removing commented-out lines.
  • Removed unnecessary console log from the bookmark preview API route.