diff --git a/manifest.json b/manifest.json index d6d9233..7e6dc14 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.24.3", + "version": "0.24.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-lock.json b/package-lock.json index bf2626a..42b5594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.24.3", + "version": "0.24.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.24.3", + "version": "0.24.4", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.645.0", diff --git a/package.json b/package.json index a673e3d..d480f61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.24.3", + "version": "0.24.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 f7888ed..54411b0 100644 --- a/updates.md +++ b/updates.md @@ -14,6 +14,19 @@ Thank you, and I hope your troubles will be resolved! --- +## 0.24.4 + +### Fixed + +- Fixed so many inefficient and buggy modules inherited from the past. + +### Improved + +- Tasks are now executed in an efficient asynchronous library. +- On-demand chunk fetching is now more efficient and keeps the interval between requests. + - This will reduce the load on the server and the network. + - And, safe for the Cloudant. + ## 0.24.3 ### Improved