diff --git a/manifest.json b/manifest.json index 2a23231..8dcdc50 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.18.5", + "version": "0.18.6", "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 3daeb66..d557f12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.18.5", + "version": "0.18.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.18.5", + "version": "0.18.6", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index c844e66..6f08d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.18.5", + "version": "0.18.6", "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 7e330b2..72aa0aa 100644 --- a/updates.md +++ b/updates.md @@ -33,36 +33,11 @@ Note: **When changing this configuration, we need to rebuild both of the local a - Be sure to fully all devices synchronised before perform it. - After cleaning up the remote, all devices will be locked out. If we are sure had it be synchronised, we can perform only cleaning-up locally. If not, we have to perform `Fetch`. -### 0.17.0 -- 0.17.0 has no surfaced changes but the design of saving chunks has been changed. They have compatibility but changing files after upgrading makes different chunks than before 0.16.x. - Please rebuild databases once if you have been worried about storage usage. +- 0.18.6 + - New features: + - Now remote database cleaning-up will be detected automatically. + - A solution selection dialogue will be shown if synchronisation is rejected after cleaning or rebuilding the remote database. + - During fetching or rebuilding, we can configure `Hidden file synchronisation` on the spot. + - It let us free from conflict resolution on initial synchronising. - - Improved: - - Splitting markdown - - Saving chunks - - - Changed: - - Chunk ID numbering rules - -#### Minors -- __0.17.1 to 0.17.30 has been moved into `update_old.md`__ -- 0.17.31 - - Fixed: - - Now `redflag3` can be run surely. - - Synchronisation can now be aborted. - - Note: The synchronisation flow has been rewritten drastically. Please do not haste to inform me if you have noticed anything. -- 0.17.32 - - Fixed: - - Now periodic internal file scanning works well. - - The handler of Window-visibility-changed has been fixed. - - And minor fixes possibly included. - - Refactored: - - Unused logic has been removed. - - Some utility functions have been moved into suitable files. - - Function names have been renamed. -- 0.17.33 - - Maintenance update: Refactored; the responsibilities that `LocalDatabase` had were shared. (Hoping) No changes in behaviour. -- 0.17.34 - - Fixed: The `Fetch` that was broken at 0.17.33 has been fixed. - - Refactored again: Internal file sync, plug-in sync and Set up URI have been moved into each file. -... To continue on to `updates_old.md`. \ No newline at end of file +... To continue on to `updates_old.md`. diff --git a/updates_old.md b/updates_old.md index c08d502..35ccc79 100644 --- a/updates_old.md +++ b/updates_old.md @@ -155,6 +155,26 @@ - Fixed a problem about reading chunks online when a file has more chunks than the concurrency limit. - Rollbacked: - Logs are kept only for 100 lines, again. +- 0.17.31 + - Fixed: + - Now `redflag3` can be run surely. + - Synchronisation can now be aborted. + - Note: The synchronisation flow has been rewritten drastically. Please do not haste to inform me if you have noticed anything. +- 0.17.32 + - Fixed: + - Now periodic internal file scanning works well. + - The handler of Window-visibility-changed has been fixed. + - And minor fixes possibly included. + - Refactored: + - Unused logic has been removed. + - Some utility functions have been moved into suitable files. + - Function names have been renamed. +- 0.17.33 + - Maintenance update: Refactored; the responsibilities that `LocalDatabase` had were shared. (Hoping) No changes in behaviour. +- 0.17.34 + - Fixed: The `Fetch` that was broken at 0.17.33 has been fixed. + - Refactored again: Internal file sync, plug-in sync and Set up URI have been moved into each file. + ### 0.16.0 - Now hidden files need not be scanned. Changes will be detected automatically. - If you want it to back to its previous behaviour, please disable `Monitor changes to internal files`.