From d36f925c6580b259a8116bb264907d7fe4a8ba55 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 15 Jun 2023 18:13:43 +0900 Subject: [PATCH] bump --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 51 ++++++----------------------------------- updates_old.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 69 insertions(+), 48 deletions(-) diff --git a/manifest.json b/manifest.json index 3705fb3..1eecc68 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.19.10", + "version": "0.19.11", "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 ecfb64e..07fee47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.19.10", + "version": "0.19.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.19.10", + "version": "0.19.11", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index 4533de4..c3fb385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.19.10", + "version": "0.19.11", "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 e2c051d..753ed87 100644 --- a/updates.md +++ b/updates.md @@ -14,50 +14,7 @@ I hope you will give it a try. #### Minors -- 0.19.1 - - Fixed: Fixed hidden file handling on Linux - - Improved: Now customization sync works more smoothly. -- 0.19.2 - - Fixed: - - Fixed garbage collection error while unreferenced chunks exist many. - - Fixed filename validation on Linux. - - Improved: - - Showing status is now thinned for performance. - - Enhance caching while collecting chunks. -- 0.19.3 - - Improved: - - Now replication will be paced by collecting chunks. If synchronisation has been deadlocked, please enable `Do not pace synchronization` once. -- 0.19.4 - - Improved: - - Reduced remote database checking to improve speed and reduce bandwidth. - - Fixed: - - Chunks which previously misinterpreted are now interpreted correctly. - - No more missing chunks which not be found forever, except if it has been actually missing. - - Deleted file detection on hidden file synchronising now works fine. - - Now the Customisation sync is surely quiet while it has been disabled. -- 0.19.5 - - Fixed: - - Now hidden file synchronisation would not be hanged, even if so many files exist. - - Improved: - - Customisation sync works more smoothly. - - Note: Concurrent processing has been rollbacked into the original implementation. As a result, the total number of processes is no longer shown next to the hourglass icon. However, only the processes that are running concurrently are shown. -- 0.19.6 - - Fixed: - - Logging has been tweaked. - - No more too many planes and rockets. - - The batch database update now surely only works in non-live mode. - - Internal things: - - Some frameworks has been upgraded. - - Import declaration has been fixed. - - Improved: - - The plug-in now asks to enable a new adaptor, when rebuilding, if it is not enabled yet. - - The setting dialogue refined. - - Configurations for compatibilities have been moved under the hatch. - - Made it clear that disabled is the default. - - Ambiguous names configuration have been renamed. - - Items that have no meaning in the settings are no longer displayed. - - Some items have been reordered for clarity. - - Each configuration has been grouped. +- 0.19.1 to 0.19.6 has been moved into the updates_old.md - 0.19.7 - Fixed: - The initial pane of Setting dialogue is now changed to General Settings. @@ -78,5 +35,11 @@ I hope you will give it a try. - 0.19.10 - Fixed - Fixed the issue about fixing the database. +- 0.19.11 + - Improvements: + - Hashing ChunkID has been improved. + - Logging keeps 400 lines now. + - Refactored: + - Import statement has been fixed about types. ... To continue on to `updates_old.md`. diff --git a/updates_old.md b/updates_old.md index ed39736..b835606 100644 --- a/updates_old.md +++ b/updates_old.md @@ -1,3 +1,61 @@ +### 0.19.0 + +#### Customization sync + +Since `Plugin and their settings` have been broken, so I tried to fix it, not just fix it, but fix it the way it should be. + +Now, we have `Customization sync`. + +It is a real shame that the compatibility between these features has been broken. However, this new feature is surely useful and I believe that worth getting over the pain. +We can use the new feature with the same configuration. Only the menu on the command palette has been changed. The dialog can be opened by `Show customization sync dialog`. + +I hope you will give it a try. + +#### Minors +- 0.19.1 + - Fixed: Fixed hidden file handling on Linux + - Improved: Now customization sync works more smoothly. +- 0.19.2 + - Fixed: + - Fixed garbage collection error while unreferenced chunks exist many. + - Fixed filename validation on Linux. + - Improved: + - Showing status is now thinned for performance. + - Enhance caching while collecting chunks. +- 0.19.3 + - Improved: + - Now replication will be paced by collecting chunks. If synchronisation has been deadlocked, please enable `Do not pace synchronization` once. +- 0.19.4 + - Improved: + - Reduced remote database checking to improve speed and reduce bandwidth. + - Fixed: + - Chunks which previously misinterpreted are now interpreted correctly. + - No more missing chunks which not be found forever, except if it has been actually missing. + - Deleted file detection on hidden file synchronising now works fine. + - Now the Customisation sync is surely quiet while it has been disabled. +- 0.19.5 + - Fixed: + - Now hidden file synchronisation would not be hanged, even if so many files exist. + - Improved: + - Customisation sync works more smoothly. + - Note: Concurrent processing has been rollbacked into the original implementation. As a result, the total number of processes is no longer shown next to the hourglass icon. However, only the processes that are running concurrently are shown. +- 0.19.6 + - Fixed: + - Logging has been tweaked. + - No more too many planes and rockets. + - The batch database update now surely only works in non-live mode. + - Internal things: + - Some frameworks has been upgraded. + - Import declaration has been fixed. + - Improved: + - The plug-in now asks to enable a new adaptor, when rebuilding, if it is not enabled yet. + - The setting dialogue refined. + - Configurations for compatibilities have been moved under the hatch. + - Made it clear that disabled is the default. + - Ambiguous names configuration have been renamed. + - Items that have no meaning in the settings are no longer displayed. + - Some items have been reordered for clarity. + - Each configuration has been grouped. ### 0.18.0