1.4.6StashSync.app team1 min read

v1.4.6 — Refactor: Server-Side Share HTML Rendering

Removes the client-side share HTML rendering path; share snapshots are now generated exclusively server-side, simplifying the sharing flow and reducing client bundle weight.

Changed

  • Share HTML rendering moved to server: client-side Tiptap-to-HTML serialization for share snapshots has been removed. Share payloads are now rendered server-side only, which removes the dependency on the headless editor path from the client bundle and simplifies the share flow.