From b6b9ce3ba12e9e45276dfe3104b591c4e9823a23 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 4 Sep 2026 08:30:42 +0000 Subject: [PATCH] Document conflict dialogue lifecycle fixes --- updates.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updates.md b/updates.md index d7c2c243..521cb64e 100644 --- a/updates.md +++ b/updates.md @@ -14,6 +14,10 @@ Earlier releases remain available in the 1.0 release history, the 1.0 preview hi ### Synchronisation and storage +#### Fixed + +- Conflict resolution dialogues now close when the same file is resolved elsewhere or the plug-in unloads. Requests for different files are shown one at a time, while a newer request for the same file replaces the stale dialogue. + #### Improved - Start-up now keeps unconfigured Vaults on the onboarding path without running configured-only checks or accepting Config Doctor and incomplete-document repair requests. Returning a configured Vault to an unconfigured state also retires those requests for the current plug-in process, so completing setup admits them only after the requested restart.