diff --git a/manifest.json b/manifest.json index dae2b73..813a0bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.23.14", + "version": "0.23.15", "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/updates.md b/updates.md index 6b6118d..2357b6f 100644 --- a/updates.md +++ b/updates.md @@ -18,6 +18,9 @@ I have a lot of respect for that plugin, even though it is sometimes treated as Hooray for open source, and generous licences, and the sharing of knowledge by experts. #### Version history +- 0.23.15: + - Maintenance Update: + - Library refining (Phase 1). There are no significant changes on the user side. - 0.23.14: - Fixed: - No longer batch-saving ignores editor inputs. @@ -42,22 +45,6 @@ Hooray for open source, and generous licences, and the sharing of knowledge by e - Default disabled, to enable, toggle `Use splitting-limit-capped chunk splitter` on `Sync settings` -> `Performance tweaks` - Tidied - Some files have been separated into multiple files to make them more explicit in what they are responsible for. -- 0.23.11: - - Fixed: - - Now we *surely* can set the device name and enable customised synchronisation. - - Unnecessary dialogue update processes have been eliminated. - - Customisation sync no longer stores half-collected files. - - No longer hangs up when removing or renaming files with the `Sync on Save` toggle enabled. - - Improved: - - Customisation sync now performs data deserialization more smoothly. - - New translations have been merged. -- 0.23.10 - - Fixed: - - No longer configurations have been locked in the minimal setup. -- 0.23.9 - - Fixed: - - No longer unexpected parallel replication is performed. - - Now we can set the device name and enable customised synchronisation again. Older notes is in [updates_old.md](https://github.com/vrtmrz/obsidian-livesync/blob/main/updates_old.md). \ No newline at end of file diff --git a/updates_old.md b/updates_old.md index 218b235..092db28 100644 --- a/updates_old.md +++ b/updates_old.md @@ -18,6 +18,22 @@ I have a lot of respect for that plugin, even though it is sometimes treated as Hooray for open source, and generous licences, and the sharing of knowledge by experts. #### Version history +- 0.23.11: + - Fixed: + - Now we *surely* can set the device name and enable customised synchronisation. + - Unnecessary dialogue update processes have been eliminated. + - Customisation sync no longer stores half-collected files. + - No longer hangs up when removing or renaming files with the `Sync on Save` toggle enabled. + - Improved: + - Customisation sync now performs data deserialization more smoothly. + - New translations have been merged. +- 0.23.10 + - Fixed: + - No longer configurations have been locked in the minimal setup. +- 0.23.9 + - Fixed: + - No longer unexpected parallel replication is performed. + - Now we can set the device name and enable customised synchronisation again. - 0.23.8 - New feature: - Now we are ready for i18n.