0.0.8
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.