From 9854319c96d738a8ff418a226643478e5cd9b2d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:43:35 +0000 Subject: [PATCH 1/2] Releasing 1.0.21 --- manifest.json | 2 +- package-lock.json | 10 +++++----- package.json | 2 +- src/apps/cli/package.json | 2 +- src/apps/webapp/package.json | 2 +- src/apps/webpeer/package.json | 2 +- updates.md | 4 ++++ versions.json | 3 ++- 8 files changed, 16 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index fc470758..6dee454e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "1.0.20", + "version": "1.0.21", "minAppVersion": "1.7.2", "description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.", "author": "vorotamoroz", diff --git a/package-lock.json b/package-lock.json index fd31e7c0..7d5d8175 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "1.0.20", + "version": "1.0.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "1.0.20", + "version": "1.0.21", "license": "MIT", "workspaces": [ "src/apps/cli", @@ -15813,7 +15813,7 @@ }, "src/apps/cli": { "name": "self-hosted-livesync-cli", - "version": "1.0.20-cli", + "version": "1.0.21-cli", "dependencies": { "chokidar": "^4.0.0", "minimatch": "^10.2.5", @@ -15838,7 +15838,7 @@ }, "src/apps/webapp": { "name": "livesync-webapp", - "version": "1.0.20-webapp", + "version": "1.0.21-webapp", "dependencies": { "octagonal-wheels": "^0.1.53" }, @@ -15850,7 +15850,7 @@ } }, "src/apps/webpeer": { - "version": "1.0.20-webpeer", + "version": "1.0.21-webpeer", "dependencies": { "octagonal-wheels": "^0.1.53" }, diff --git a/package.json b/package.json index d14f6d2a..5e0d3abc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "1.0.20", + "version": "1.0.21", "description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.", "main": "main.js", "type": "module", diff --git a/src/apps/cli/package.json b/src/apps/cli/package.json index 7baf0426..dc59969f 100644 --- a/src/apps/cli/package.json +++ b/src/apps/cli/package.json @@ -1,7 +1,7 @@ { "name": "self-hosted-livesync-cli", "private": true, - "version": "1.0.20-cli", + "version": "1.0.21-cli", "main": "dist/index.cjs", "type": "module", "scripts": { diff --git a/src/apps/webapp/package.json b/src/apps/webapp/package.json index 864fc477..267e672e 100644 --- a/src/apps/webapp/package.json +++ b/src/apps/webapp/package.json @@ -1,7 +1,7 @@ { "name": "livesync-webapp", "private": true, - "version": "1.0.20-webapp", + "version": "1.0.21-webapp", "type": "module", "description": "Browser-based Self-hosted LiveSync using FileSystem API", "scripts": { diff --git a/src/apps/webpeer/package.json b/src/apps/webpeer/package.json index 89ae784b..4ba35bef 100644 --- a/src/apps/webpeer/package.json +++ b/src/apps/webpeer/package.json @@ -1,7 +1,7 @@ { "name": "webpeer", "private": true, - "version": "1.0.20-webpeer", + "version": "1.0.21-webpeer", "type": "module", "scripts": { "dev": "vite", diff --git a/updates.md b/updates.md index 0785b24a..cd77e85a 100644 --- a/updates.md +++ b/updates.md @@ -12,6 +12,10 @@ Earlier releases remain available in the 1.0 release history, the 1.0 preview hi ## Unreleased +## 1.0.21 + +26th August, 2026 + ### Interface and translation #### Fixed diff --git a/versions.json b/versions.json index d0f171f4..e49f5393 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "1.0.17": "1.7.2", "1.0.18": "1.7.2", "1.0.19": "1.7.2", - "1.0.20": "1.7.2" + "1.0.20": "1.7.2", + "1.0.21": "1.7.2" } From f5f7aab11f03f62c6946d2fa296c50bb5df5b2a4 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 26 Aug 2026 11:04:15 +0000 Subject: [PATCH 2/2] 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!