diff --git a/manifest.json b/manifest.json index d84c702..4a3fa83 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.25.16", + "version": "0.25.17", "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 736d72a..81ae5a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.25.16", + "version": "0.25.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.25.16", + "version": "0.25.17", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.808.0", diff --git a/package.json b/package.json index 382d5d3..c201edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.25.16", + "version": "0.25.17", "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 8056f63..a7eee6d 100644 --- a/updates.md +++ b/updates.md @@ -1,12 +1,26 @@ +## 0.25.17 + +16th September, 2025 + +### Fixed + +- No longer information-level logs have produced during toggling `Show only notifications` in the settings (#708). +- Ignoring filters for Hidden file sync now works correctly (#709). + +### Refactored + +- Removed some unnecessary intermediate files. + ## 0.25.16 4th September, 2025 ### Improved + - Improved connectivity for P2P connections - The connection to the signalling server can now be disconnected while in the background or when explicitly disconnected. - - These features use a patch that has not been incorporated upstream. - - This patch is available at [vrtmrz/trystero](https://github.com/vrtmrz/trystero). + - These features use a patch that has not been incorporated upstream. + - This patch is available at [vrtmrz/trystero](https://github.com/vrtmrz/trystero). ## 0.25.15 @@ -16,7 +30,6 @@ - Now we can configure `forcePathStyle` for bucket synchronisation (#707). - ## 0.25.14 2nd September, 2025 @@ -54,37 +67,6 @@ - No errors are shown during synchronisations in offline (if not explicitly requested) (#699). - Missing some checking during automatic-synchronisation now works correctly. -## 0.25.10 - -26th August, 2025 - -### New experimental feature - -- We can perform Garbage Collection (Beta2) without rebuilding the entire database, and also fetch the database. - - Note that this feature is very experimental and should be used with caution. - - This feature requires disabling `Fetch chunks on demand`. - -### Fixed - -- Resetting the bucket now properly clears all uploaded files. - -### Refactored - -- 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. - -### Fixed - -- Unexpected `Failed to obtain PBKDF2 salt` or similar errors during bucket-synchronisation no longer occur. -- Unexpected long delays for chunk-missing documents when using bucket-synchronisation have been resolved. -- Fetched remote chunks are now properly stored in the local database if `Fetch chunks on demand` is enabled. -- The 'fetch' dialogue's message has been refined. -- No longer overwriting any corrupted documents to the storage on boot-sequence. - -### Refactored - -- Type errors have been corrected. - ## 0.25.0 19th July, 2025 (beta1 in 0.25.0-beta1, 13th July, 2025) diff --git a/updates_old.md b/updates_old.md index 099a456..8250cdd 100644 --- a/updates_old.md +++ b/updates_old.md @@ -11,6 +11,37 @@ As a result, this is the first time in a while that forward compatibility has be --- +## 0.25.10 + +26th August, 2025 + +### New experimental feature + +- We can perform Garbage Collection (Beta2) without rebuilding the entire database, and also fetch the database. + - Note that this feature is very experimental and should be used with caution. + - This feature requires disabling `Fetch chunks on demand`. + +### Fixed + +- Resetting the bucket now properly clears all uploaded files. + +### Refactored + +- 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. + +### Fixed + +- Unexpected `Failed to obtain PBKDF2 salt` or similar errors during bucket-synchronisation no longer occur. +- Unexpected long delays for chunk-missing documents when using bucket-synchronisation have been resolved. +- Fetched remote chunks are now properly stored in the local database if `Fetch chunks on demand` is enabled. +- The 'fetch' dialogue's message has been refined. +- No longer overwriting any corrupted documents to the storage on boot-sequence. + +### Refactored + +- Type errors have been corrected. + ## 0.25.9 20th August, 2025