From df023f016e0a52e543b4950989cc74b634230654 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 18 Sep 2026 08:41:54 +0000 Subject: [PATCH] Clarify 1.0.30 synchronisation notes --- updates.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/updates.md b/updates.md index 900e498a..9ab6bf94 100644 --- a/updates.md +++ b/updates.md @@ -20,11 +20,10 @@ Earlier releases remain available in the 1.0 release history, the 1.0 preview hi #### Fixed -- Fixed a case where unchanged local files could overwrite newer synchronised content after a restart. (#994) -- Local content whose origin cannot be established is now preserved as a conflict, allowing you to review and choose which version to keep. -- The same protection applies to ordinary file synchronisation in the command-line tool. -- Fast Fetch now avoids repeated requests for the same Security Seed during a transfer, reducing network traffic during initial setup. -- Object Storage synchronisation now reads fresh synchronisation parameters before it can write to the remote, then reuses them for that transfer. A failed parameter read stops the transfer before writing. +- After a restart, unchanged local files no longer overwrite newer synchronised content. (#994) + - When LiveSync cannot establish a local file's origin, it keeps the file as a conflict for you to review. This also applies to ordinary file synchronisation in the command-line tool. +- Fast Fetch completes initial setup with fewer remote requests. +- Object Storage synchronisation makes fewer remote requests while still checking its parameters before writing. ## 1.0.29