From 11cb09d49a7609289a27ff1476d667f5d70e8502 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 13 Aug 2026 02:42:18 +0000 Subject: [PATCH] docs: add metadata repair release note --- updates.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/updates.md b/updates.md index da4ad4fa..8337626a 100644 --- a/updates.md +++ b/updates.md @@ -12,6 +12,13 @@ Earlier releases remain available in the 0.25 release history and the legacy rel ## Unreleased +### Conflict handling and recovery + +#### Improved + +- **Inspect conflicts and file/database differences** now reports local Metadata whose stored document ID does not match the ID derived from its recorded path. Ordinary scans leave unresolved entries and their corresponding Vault paths unchanged, while allowing consistently addressed Metadata for the same logical path to proceed normally. + - When one live, unconflicted entry has an unambiguous target, its wrench menu can repair that one local Metadata document after separate confirmation. The target is written and verified before the mismatched source ID is removed; ambiguous or otherwise unsafe entries remain read-only. + ## 1.0.12 11th August, 2026