From 5c96c7f99bf197a231733bdf0b14f0f66b4b5808 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 8 Aug 2023 10:45:50 +0100 Subject: [PATCH] bump --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 40 ++++++++-------------------------------- updates_old.md | 31 +++++++++++++++++++++++++++++++ 5 files changed, 43 insertions(+), 36 deletions(-) diff --git a/manifest.json b/manifest.json index a027567..c1a01dd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.19.16", + "version": "0.19.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 6a25dcf..0fa48d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.19.16", + "version": "0.19.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.19.16", + "version": "0.19.17", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index 0c91e24..9e0ff98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.19.16", + "version": "0.19.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 61d369f..3170d57 100644 --- a/updates.md +++ b/updates.md @@ -14,38 +14,7 @@ I hope you will give it a try. #### Minors -- 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. - - Customisation sync performance has been improved. - - Synchronising performance has been improved. -- 0.19.13 - - Implemented: - - Database clean-up is now in beta 2! - We can shrink the remote database by deleting unused chunks, with keeping history. - Note: Local database is not cleaned up totally. We have to `Fetch` again to let it done. - **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. +- 0.19.1 to 0.19.14 has been moved into the updates_old.md - 0.19.15 - Fixed: - Now storing files after cleaning up is correct works. @@ -67,5 +36,12 @@ I hope you will give it a try. - Compiler, framework, and dependencies have been upgraded. - Due to standing for these impacts (especially in esbuild and svelte,) terser has been introduced. Feel free to notify your opinion to me! I do not like to obfuscate the code too. +- 0.19.17 + - Fixed: + - Now nested ignore files could be parsed correctly. + - The unexpected deletion of hidden files in some cases has been corrected. + - Hidden file change is no longer reflected on the device which has made the change itself. + - Behaviour changed: + - From this version, the file which has `:` in its name should be ignored even if on Linux devices. ... To continue on to `updates_old.md`. diff --git a/updates_old.md b/updates_old.md index 4f87c98..00e5f69 100644 --- a/updates_old.md +++ b/updates_old.md @@ -82,6 +82,37 @@ I hope you will give it a try. - Logging keeps 400 lines now. - Refactored: - Import statement has been fixed about types. +- 0.19.12 + - Improved: + - Boot-up performance has been improved. + - Customisation sync performance has been improved. + - Synchronising performance has been improved. +- 0.19.13 + - Implemented: + - Database clean-up is now in beta 2! + We can shrink the remote database by deleting unused chunks, with keeping history. + Note: Local database is not cleaned up totally. We have to `Fetch` again to let it done. + **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. ### 0.18.0 #### Now, paths of files in the database can now be obfuscated. (Experimental Feature)