diff --git a/manifest.json b/manifest.json index 1b84535..0809ae8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.25.13", + "version": "0.25.14", "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 f38f1e3..3586fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.25.12", + "version": "0.25.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.25.12", + "version": "0.25.14", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.808.0", diff --git a/package.json b/package.json index 4d6c39a..16ef580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.25.13", + "version": "0.25.14", "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 f2b1e04..109ddc2 100644 --- a/updates.md +++ b/updates.md @@ -1,8 +1,20 @@ +## 0.25.14 + +2nd September, 2025 + +### Fixed + +- Opening IndexedDB handling has been ensured. +- Migration check of corrupted files detection has been fixed. + - Now informs us about conflicted files as non-recoverable, but noted so. + - No longer errors on not-found files. + ## 0.25.13 1st September, 2025 ### Fixed + - Conflict resolving dialogue now properly displays the changeset name instead of A or B (#691). ## 0.25.12