From 83faec928089e6d9af5b7aec6ffdd45f917ae012 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 24 Aug 2026 04:18:28 +0000 Subject: [PATCH] Add database readiness release notes --- updates.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/updates.md b/updates.md index 52d1f7c6..d79b9405 100644 --- a/updates.md +++ b/updates.md @@ -12,6 +12,16 @@ Earlier releases remain available in the 1.0 release history, the 1.0 preview hi ## Unreleased +### Synchronisation and storage + +#### Fixed + +- Reset and rebuild workflows now use the local database selected by their updated settings, preventing stale data from reopening after a **Database Suffix** change. If database initialisation does not complete, the workflow remains paused instead of continuing with incomplete state. + +#### Improved + +- Rebuilds now recheck restored file events against the current Vault, use current file contents, and finish processing them before the plug-in reports readiness. + ## 1.0.17 23rd August, 2026