diff --git a/manifest.json b/manifest.json index acdaaa6..570999c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.22.1", + "version": "0.22.2", "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.json b/package.json index 9a1bb0a..8a51439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.22.1", + "version": "0.22.2", "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 a27613e..49955e7 100644 --- a/updates.md +++ b/updates.md @@ -7,8 +7,22 @@ Of course, I think this would be our suffering in some cases. However, I would l Sorry for being absent so much long. And thank you for your patience! Note: we got a very performance improvement. +Note at 0.22.2: **Now, to rescue mobile devices, Maximum file size is set to 50 by default**. Please configure the limit as you need. If you do not want to limit the sizes, set zero manually, please. #### Version history +- 0.22.2 + - Fixed: + - Now the results of resolving conflicts are surely synchronised. + - Modified: + - Some setting items got new clear names. (`Sync Settings` -> `Targets`). + - New feature: + - We can limit the synchronising files by their size. (`Sync Settings` -> `Targets` -> `Maximum file size`). + - It depends on the size of the newer one. + - At Obsidian 1.5.3 on mobile, we should set this to around 50MB to avoid restarting Obsidian. + - Now the settings could be stored in a specific markdown file to synchronise or switch it (`General Setting` -> `Share settings via markdown`). + - [Screwdriver](https://github.com/vrtmrz/obsidian-screwdriver) is quite good, but mostly we only need this. + - Customisation of the obsoleted device is now able to be deleted at once. + - We have to put the maintenance mode in at the Customisation sync dialogue. - 0.22.1 - New feature: - We can perform automatic conflict resolution for inactive files, and postpone only manual ones by `Postpone manual resolution of inactive files`.