From ee465184c8e352d69a938af8ff8667797445ea1a Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Sun, 5 May 2024 23:46:16 +0900 Subject: [PATCH] bump --- manifest.json | 2 +- package.json | 2 +- updates.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bd25fb3..e7383ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.23.3", + "version": "0.23.4", "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/package.json b/package.json index 770a453..74d5e13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.23.3", + "version": "0.23.4", "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/updates.md b/updates.md index 55a6ad1..01f03cb 100644 --- a/updates.md +++ b/updates.md @@ -18,6 +18,14 @@ I have a lot of respect for that plugin, even though it is sometimes treated as Hooray for open source, and generous licences, and the sharing of knowledge by experts. #### Version history +- 0.23.4 + - Fixed: + - No longer experimental configuration is shown on the Minimal Setup. + - New feature: + - We can now use `Incubate Chunks in Document` to reduce non-well-formed chunks. + - Default: disabled / Preferred: enabled in all devices. + - When we enabled this toggle, newly created chunks are temporarily kept within the document, and graduated to become independent chunks once stabilised. + - The [design document](https://github.com/vrtmrz/obsidian-livesync/blob/3925052f9290b3579e45a4b716b3679c833d8ca0/docs/design_docs_of_keep_newborn_chunks.md) has been also available.. - 0.23.3 - Fixed: No longer unwanted `\f` in journal sync. - 0.23.2