From 115a0d2d8afb8cbbd6d37b5087c5572a91396ec5 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 11 Nov 2024 01:22:40 +0000 Subject: [PATCH] bump --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 25 ++++++++++++++++++++----- 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 9d607b5..8605c5b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.24.0", + "version": "0.24.1", "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-lock.json b/package-lock.json index ff86974..c985fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.24.0", + "version": "0.24.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.24.0", + "version": "0.24.1", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.645.0", diff --git a/package.json b/package.json index ca97d30..42ce09c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.24.0", + "version": "0.24.1", "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 332b301..f1fc57f 100644 --- a/updates.md +++ b/updates.md @@ -14,12 +14,30 @@ Thank you, and I hope your troubles will be resolved! --- +## 0.24.1 + +#### Fixed + +- Vault History can show the correct information of match-or-not for each file and database even if it is a binary file. +- `Sync settings via markdown` is now hidden during the setup wizard. +- Verify and Fix will ignore the hidden files if the hidden file sync is disabled. + +#### New feature + +- Now we can fetch the tweaks from the remote database while the setting dialogue and wizard are processing. + +#### Improved + +- More things are moved to the modules. + - Includes the Main codebase. Now `main.ts` is almost stub. +- EventHub is now more robust and typesafe. + ## 0.24.0 ### Improved - The welcome message is now more simple to encourage the use of the Setup-URI. - - The secondary message is also simpler to guide users to Minimal Setup. + - The secondary message is also simpler to guide users to Minimal Setup. - But Setup-URI will be recommended again, due to its importance. - These dialogues contain a link to the documentation which can be clicked. - The minimal setup is more minimal now. And, the setup is more user-friendly. @@ -46,13 +64,11 @@ Thank you, and I hope your troubles will be resolved! - The chunks of the document on the local device during the first transfer will be created correctly. - And why we should create them is now explained in the dialogue. - If optional features have been enabled in the wizard, `Enable advanced features` will be toggled correctly. -The hidden file sync is now working correctly. - - Now the deletion of hidden files is correctly synchronised. + The hidden file sync is now working correctly. - Now the deletion of hidden files is correctly synchronised. - Customisation Sync is now working correctly together with hidden file sync. - No longer database suffix is stored in the setting sharing markdown. - A fair number of bugs have been fixed. - ### Changed - Some default settings have been changed for an easier new user experience. @@ -63,5 +79,4 @@ The hidden file sync is now working correctly. - The codebase has been reorganised into clearly defined modules. - Commented-out codes have been gradually removed. - Older notes are in [updates_old.md](https://github.com/vrtmrz/obsidian-livesync/blob/main/updates_old.md).