From 7607be772967b6da533f27c2046e721ca6a05d89 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 25 Jul 2023 19:20:18 +0900 Subject: [PATCH] bump --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 46 +++++++++++++++++++--------------------------- updates_old.md | 27 ++++++++++++++++++++++++++- 5 files changed, 49 insertions(+), 32 deletions(-) diff --git a/manifest.json b/manifest.json index e163aa4..2af8c5d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.19.13", + "version": "0.19.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 692e91e..0d25691 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.19.13", + "version": "0.19.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.19.13", + "version": "0.19.14", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index 8e28fc0..c4b7447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.19.13", + "version": "0.19.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 6a3862a..cdee1c8 100644 --- a/updates.md +++ b/updates.md @@ -14,33 +14,7 @@ I hope you will give it a try. #### Minors -- 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. - - The Setup Wizard is now able to flush existing settings and get into the mode again. -- 0.19.8 - - New feature: - - Vault history: A tab has been implemented to give a birds-eye view of the changes that have occurred in the vault. - - Improved: - - Now the passphrases on the dialogue masked out. Thank you @antoKeinanen! - - Log dialogue is now shown as one of tabs. - - Fixed: - - Some minor issues has been fixed. -- 0.19.9 - - New feature (For fixing a problem): - - We can fix the database obfuscated and plain paths that have been mixed up. - - Improvements - - Customisation Sync performance has been improved. -- 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. +- 0.19.1 to 0.19.11 has been moved into the updates_old.md - 0.19.12 - Improved: - Boot-up performance has been improved. @@ -54,5 +28,23 @@ I hope you will give it a try. **Note2**: Still in beta. Please back your vault up anything before. - Fixed: - The log updates are not thinned out now. +- 0.19.14 + - Fixed: + - Internal documents are now ignored. + - Merge dialogue now respond immediately to button pressing. + - Periodic processing now works fine. + - The checking interval of detecting conflicted has got shorter. + - Replication is now cancelled while cleaning up. + - The database locking by the cleaning up is now carefully unlocked. + - Missing chunks message is correctly reported. + - New feature: + - Suspend database reflecting has been implemented. + - This can be disabled by `Fetch database with previous behaviour`. + - Now fetch suspends the reflecting database and storage changes temporarily to improve the performance. + - We can choose the action when the remote database has been cleaned + - Merge dialogue now show `↲` before the new line. + - Improved: + - Now progress is reported while the cleaning up and fetch process. + - Cancelled replication is now detected. ... To continue on to `updates_old.md`. diff --git a/updates_old.md b/updates_old.md index b835606..4f87c98 100644 --- a/updates_old.md +++ b/updates_old.md @@ -56,7 +56,32 @@ I hope you will give it a try. - 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.7 + - Fixed: + - The initial pane of Setting dialogue is now changed to General Settings. + - The Setup Wizard is now able to flush existing settings and get into the mode again. +- 0.19.8 + - New feature: + - Vault history: A tab has been implemented to give a birds-eye view of the changes that have occurred in the vault. + - Improved: + - Now the passphrases on the dialogue masked out. Thank you @antoKeinanen! + - Log dialogue is now shown as one of tabs. + - Fixed: + - Some minor issues has been fixed. +- 0.19.9 + - New feature (For fixing a problem): + - We can fix the database obfuscated and plain paths that have been mixed up. + - Improvements + - Customisation Sync performance has been improved. +- 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. ### 0.18.0 #### Now, paths of files in the database can now be obfuscated. (Experimental Feature)