diff --git a/manifest.json b/manifest.json index 0809ae8..ceceaaf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.25.14", + "version": "0.25.15", "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 3586fd6..b084e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.25.14", + "version": "0.25.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.25.14", + "version": "0.25.15", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.808.0", diff --git a/package.json b/package.json index 16ef580..fd3e0df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.25.14", + "version": "0.25.15", "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 109ddc2..e073e47 100644 --- a/updates.md +++ b/updates.md @@ -1,3 +1,12 @@ +## 0.25.15 + +3rd September, 2025 + +### Improved + +- Now we can configure `forcePathStyle` for bucket synchronisation (#707). + + ## 0.25.14 2nd September, 2025 @@ -54,26 +63,6 @@ - Some files have been moved to better reflect their purpose and improve maintainability. - The extensive LiveSyncLocalDB has been split into separate files for each role. -## 0.25.9 - -20th August, 2025 - -### Fixed - -- CORS Checking messages now use replacements. -- Configuring CORS setting via the UI now respects the existing rules. -- Now startup-checking works correctly again, performs migration check serially and then it will also fix starting LiveSync or start-up sync. (#696) -- Statusline in editor now supported 'Bases'. - -## 0.25.8 - -18th August, 2025 - -### New feature - -- Insecure chunk detection has been implemented. - - A notification dialogue will be shown if any insecure chunks are detected; these may have been created by v0.25.6 due to its issue. If this dialogue appears, please ensure you rebuild the database after backing it up. - ### Fixed - Unexpected `Failed to obtain PBKDF2 salt` or similar errors during bucket-synchronisation no longer occur. diff --git a/updates_old.md b/updates_old.md index c8ac232..099a456 100644 --- a/updates_old.md +++ b/updates_old.md @@ -11,6 +11,25 @@ As a result, this is the first time in a while that forward compatibility has be --- +## 0.25.9 + +20th August, 2025 + +### Fixed + +- CORS Checking messages now use replacements. +- Configuring CORS setting via the UI now respects the existing rules. +- Now startup-checking works correctly again, performs migration check serially and then it will also fix starting LiveSync or start-up sync. (#696) +- Statusline in editor now supported 'Bases'. + +## 0.25.8 + +18th August, 2025 + +### New feature + +- Insecure chunk detection has been implemented. + - A notification dialogue will be shown if any insecure chunks are detected; these may have been created by v0.25.6 due to its issue. If this dialogue appears, please ensure you rebuild the database after backing it up. ## 0.25.7