diff --git a/manifest.json b/manifest.json index 7e6dc14..b9a2120 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.24.4", + "version": "0.24.5", "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 42b5594..8e56acf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.24.4", + "version": "0.24.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.24.4", + "version": "0.24.5", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.645.0", @@ -18,7 +18,7 @@ "fflate": "^0.8.2", "idb": "^8.0.0", "minimatch": "^10.0.1", - "octagonal-wheels": "^0.1.19", + "octagonal-wheels": "^0.1.20", "svelte-check": "^4.0.4", "xxhash-wasm": "0.4.2", "xxhash-wasm-102": "npm:xxhash-wasm@^1.0.2" @@ -5105,9 +5105,9 @@ } }, "node_modules/octagonal-wheels": { - "version": "0.1.19", - "resolved": "https://registry.npmjs.org/octagonal-wheels/-/octagonal-wheels-0.1.19.tgz", - "integrity": "sha512-typj8QfDuiiZd4x7OB619XfLP3VYEcwr0hQdS4Tt7nLiebWfw7qsQdBBhLVsSDNd1fEtgOBdE6S02NBcuFl9xw==", + "version": "0.1.20", + "resolved": "https://registry.npmjs.org/octagonal-wheels/-/octagonal-wheels-0.1.20.tgz", + "integrity": "sha512-cHM0UroCsZUZ/u0CA+DTOeasH2lPd8kkrfUiIFzg0d51ANY5KDJNk70rHoJbdph7+npNYgKSsdl1D3fEkzggFQ==", "dependencies": { "idb": "^8.0.0", "xxhash-wasm": "0.4.2", @@ -10316,9 +10316,9 @@ } }, "octagonal-wheels": { - "version": "0.1.19", - "resolved": "https://registry.npmjs.org/octagonal-wheels/-/octagonal-wheels-0.1.19.tgz", - "integrity": "sha512-typj8QfDuiiZd4x7OB619XfLP3VYEcwr0hQdS4Tt7nLiebWfw7qsQdBBhLVsSDNd1fEtgOBdE6S02NBcuFl9xw==", + "version": "0.1.20", + "resolved": "https://registry.npmjs.org/octagonal-wheels/-/octagonal-wheels-0.1.20.tgz", + "integrity": "sha512-cHM0UroCsZUZ/u0CA+DTOeasH2lPd8kkrfUiIFzg0d51ANY5KDJNk70rHoJbdph7+npNYgKSsdl1D3fEkzggFQ==", "requires": { "idb": "^8.0.0", "xxhash-wasm": "0.4.2", diff --git a/package.json b/package.json index d480f61..17bdab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.24.4", + "version": "0.24.5", "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", @@ -72,7 +72,7 @@ "fflate": "^0.8.2", "idb": "^8.0.0", "minimatch": "^10.0.1", - "octagonal-wheels": "^0.1.19", + "octagonal-wheels": "^0.1.20", "svelte-check": "^4.0.4", "xxhash-wasm": "0.4.2", "xxhash-wasm-102": "npm:xxhash-wasm@^1.0.2" diff --git a/updates.md b/updates.md index 54411b0..a6df95a 100644 --- a/updates.md +++ b/updates.md @@ -14,6 +14,17 @@ Thank you, and I hope your troubles will be resolved! --- +## 0.24.5 + +### Fixed + +- Fixed incorrect behaviour when comparing objects with undefined as a property value. + +### Improved + +- The status line and the log summary are now displayed more smoothly and efficiently. + - This improvement has also been applied to the logs displayed in the log pane. + ## 0.24.4 ### Fixed