diff --git a/manifest.json b/manifest.json index bc59af04..d6d92338 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.24.2", + "version": "0.24.3", "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 954d519c..b05cd6e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.24.2", + "version": "0.24.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.24.2", + "version": "0.24.3", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.645.0", diff --git a/package.json b/package.json index 25ae1b01..4102fde5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.24.2", + "version": "0.24.3", "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 7a60ce90..f7888ed2 100644 --- a/updates.md +++ b/updates.md @@ -14,14 +14,22 @@ Thank you, and I hope your troubles will be resolved! --- +## 0.24.3 + +### Improved + +- Many messages have been improved for better understanding as thanks to the fine works of @Volkor3-16! Thank you so much! +- Documentations also have been updated to reflect the changes in the messages. +- Now the style of In-Editor Status has been solid for some Android devices. + ## 0.24.2 -#### Rewritten +### Rewritten - Hidden File Sync is now respects the file changes on the storage. Not simply comparing modified times. - This makes hidden file sync more robust and reliable. -#### Fixed +### Fixed - `Scan hidden files before replication` is now configurable again. - Some unexpected errors are now handled more gracefully. @@ -35,16 +43,16 @@ Thank you, and I hope your troubles will be resolved! - The rebuilding device is the first, meaningless. - Files with different modified time but identical content are no longer processed repeatedly. - Some unexpected errors which caused after terminating plug-in are now avoided. -- +- -#### Improved +### Improved - JSON files are now more transferred efficiently. - Now the JSON files are transferred in more fine chunks, which makes the transfer more efficient. ## 0.24.1 -#### Fixed +### 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. @@ -54,7 +62,7 @@ Thank you, and I hope your troubles will be resolved! - Now we can fetch the tweaks from the remote database while the setting dialogue and wizard are processing. -#### Improved +### Improved - More things are moved to the modules. - Includes the Main codebase. Now `main.ts` is almost stub.