Group pending synchronisation fixes in Unreleased notes

This commit is contained in:
vorotamoroz
2026-09-18 08:14:38 +00:00
parent 916ec4f276
commit fa97f96960
+10 -8
View File
@@ -12,6 +12,16 @@ Earlier releases remain available in the 1.0 release history, the 1.0 preview hi
## Unreleased
### Synchronisation
#### 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.
## 1.0.29
16th September, 2026
@@ -27,14 +37,6 @@ Unusually for this project, I have added a feature that relies on a particular i
- Managed TURN settings are saved with your encrypted P2P profile and included when you share it through a Setup URI or QR code.
- Your API token is omitted from generated reports.
### Synchronisation
#### 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.
### Command-line tool
#### Fixed