From 1179438df8a7d6a4f6f39ca421af55652a1569fe Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 20 Jun 2025 12:43:39 +0100 Subject: [PATCH] bump --- manifest.json | 2 +- updates.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 57b88bd..67c14bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.24.28", + "version": "0.24.29", "minAppVersion": "0.9.12", "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/updates.md b/updates.md index bfe6b38..2c6bbcd 100644 --- a/updates.md +++ b/updates.md @@ -1,3 +1,14 @@ +## 0.24.29 + +### Fixed + +- Synchronisation with buckets now works correctly, regardless of whether a prefix is set or the bucket has been (re-) initialised (#664). +- An information message is now displayed again, during any automatic synchronisation is enabled (#662). + +### Tidied up + +- Importing paths have been tidied up. + ## 0.24.28 ### Fixed