Skip to content

0.0.8

Choose a tag to compare

@Kim-Huang-JunKai Kim-Huang-JunKai released this 23 Mar 04:19
· 83 commits to main since this release

0.0.8 focuses on lazy-note safety and clearer storage warnings.

Key fixes:

  • lazy placeholders are never uploaded as remote note bodies
  • note deletion now uses tombstones with remote version fingerprints
  • locally modified notes are protected from old delete records
  • lazy note eviction verifies remote readability before replacing local content
  • broken lazy placeholders are kept once for transient failures and removed after repeated confirmation that remote content is gone

Storage model:

  • remote image folder stores images only
  • remote notes folder stores full Markdown notes and non-image attachments
  • in lazy mode, local devices may keep placeholders, but the remote notes folder remains the source of truth

Warning:
Lazy notes reduce local storage, but they require a stable remote WebDAV backend. If you are unsure about remote reliability, use Full local mode first.