From f5f7aab11f03f62c6946d2fa296c50bb5df5b2a4 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 26 Aug 2026 11:04:15 +0000 Subject: [PATCH] Polish 1.0.21 release notes --- docs/releases/1.0.md | 16 ++++++++++++++++ updates.md | 18 ++---------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/docs/releases/1.0.md b/docs/releases/1.0.md index 7c102a33..240b0d50 100644 --- a/docs/releases/1.0.md +++ b/docs/releases/1.0.md @@ -2,6 +2,22 @@ This document contains earlier published releases from the 1.0 line of the [current Self-hosted LiveSync release history](../../updates.md). Beta and release-candidate builds published before 1.0.0 are recorded in the [1.0 preview history](1.0-previews.md). Earlier release lines continue in the [0.25 history](0.25.md) and the [legacy history](legacy.md). +## 1.0.15 + +15th August, 2026 + +### Synchronisation and storage + +#### Improved + +- Start-up offline scanning is now faster, especially for larger Vaults using path obfuscation (Commonlib 0.1.15). + +### Interface and translation + +#### Improved + +- The Traditional Chinese translation catalogue has been completed and polished for broader coverage and more natural, consistent terminology (PR #1106). Thank you to @nimula for the contribution! + ## 1.0.14 14th August, 2026 diff --git a/updates.md b/updates.md index cd77e85a..ffdf139e 100644 --- a/updates.md +++ b/updates.md @@ -16,6 +16,8 @@ Earlier releases remain available in the 1.0 release history, the 1.0 preview hi 26th August, 2026 +It is becoming more 'ordinary' with each release, but please let me know if anything has become less convenient. + ### Interface and translation #### Fixed @@ -91,19 +93,3 @@ I know this is the second time I have said it, but I had grown quite fond of the - One-shot CouchDB synchronisation now releases stalled web-compatible connection checks before replication starts, so a later synchronisation can make a fresh attempt (Commonlib 0.1.16). - The 60-second safeguard applies only to pre-replication checks. It does not limit ordinary synchronisation, and the **Use Internal API** path is unchanged. - -## 1.0.15 - -15th August, 2026 - -### Synchronisation and storage - -#### Improved - -- Start-up offline scanning is now faster, especially for larger Vaults using path obfuscation (Commonlib 0.1.15). - -### Interface and translation - -#### Improved - -- The Traditional Chinese translation catalogue has been completed and polished for broader coverage and more natural, consistent terminology (PR #1106). Thank you to @nimula for the contribution!