What's Changed
- fix: stale remote cursors in #1
- fix: skip disk-sync for editor-bound files unconditionally — previously, files open in the editor could still be synced from disk under the always policy, causing cursor jumps during fast typing
- fix: treat y-codemirror object origins as local in DiskMirror — y-codemirror passes its YSyncConfig instance (not a string) as the transaction origin, which bypassed the local-origin check and triggered spurious disk writes
- ci: attach zip bundle to GitHub releases — adds vault-crdt-sync.zip alongside loose files for easier manual installs
Full Changelog: 0.1.1...0.1.2