From 4deae1aaa84bc0b71ec8d449564400bc8262335c Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Sun, 26 Jul 2026 10:10:09 +0000 Subject: [PATCH] Polish beta.5 release notes --- updates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updates.md b/updates.md index 1d25b4cf..f12b6a7e 100644 --- a/updates.md +++ b/updates.md @@ -18,7 +18,8 @@ Earlier releases remain available in the 0.25 release history and the legacy rel ### Improved -- **Inspect conflicts and file/database differences** now compares the current Vault file with every live database revision. Compact, mobile-friendly indicators show missing chunks, `Δsize`, `Δtime`, whether the Vault matches the winner, and whether conflict branches remain. Each revision's wrench menu can compare readable text, reflect that exact revision to the Vault, record an exact byte match, store the Vault content as a child of that branch, or discard only that branch. +- **Inspect conflicts and file/database differences** now compares the current Vault file with the database winner and every live conflict revision. Compact, mobile-friendly indicators show missing chunks, `Δsize`, `Δtime`, whether the Vault matches the winner, and whether conflict branches remain. +- Each reported file and live revision now has a compact wrench menu. Its available actions can compare readable text, apply the selected revision to the Vault, record an exact byte match, store the Vault content as a child of the selected branch, retry retrieving missing chunks without changing the revision tree, or discard only the selected live branch after confirmation. ### Fixed