diff --git a/manifest.json b/manifest.json index fea7628..7c4b9f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.19.5", + "version": "0.19.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 5667b13..222b5df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.19.5", + "version": "0.19.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.19.5", + "version": "0.19.6", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index acceba8..086607d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.19.5", + "version": "0.19.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 4ec27ef..950a14b 100644 --- a/updates.md +++ b/updates.md @@ -41,5 +41,22 @@ I hope you will give it a try. - 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. ... To continue on to `updates_old.md`.