0.3.2
Important fix: card notes are no longer overwritten with stale data.
If you sync your vault across devices, Task Deck could overwrite a card note that the sync had just delivered, silently discarding what it carried — most visibly the new per-item checklist member assignments, but potentially labels, dates or the description too. It happened during startup and depended on timing, so it looked random.
Card notes are now written with an optimistic-concurrency check:
- the write is skipped when the note on disk is already identical,
- a note that changed on disk since it was last read is never overwritten — it is re-imported instead,
- notes are left alone while their card is open in the editor, and a change that couldn't be saved now tells you instead of failing silently.
If you lost checklist assignments, older copies of the note are recoverable from your vault's .trash folder.