diff --git a/manifest.json b/manifest.json index c32005e..97d439e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.17.33", + "version": "0.17.34", "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 97e6822..be68a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.17.33", + "version": "0.17.34", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.17.33", + "version": "0.17.34", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index 8309e26..6fbcf66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.17.33", + "version": "0.17.34", "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 d7ca492..7d6fed4 100644 --- a/updates.md +++ b/updates.md @@ -10,40 +10,7 @@ - Chunk ID numbering rules #### Minors -- __0.17.1 to 0.17.25 has been moved into `update_old.md`__ -- 0.17.26 - - Fixed(Urgent): - - The modified document will be reflected in the storage now. -- 0.17.27 - - Improved: - - Now, the filename of the conflicted settings will be shown on the merging dialogue - - The plugin data can be resolved when conflicted. - - The semaphore status display has been changed to count only. - - Applying to the storage will be concurrent with a few files. -- 0.17.28 - -Fixed: - - Some messages have been refined. - - Boot sequence has been speeded up. - - Opening the local database multiple times in a short duration has been suppressed. - - Older migration logic. - - Note: If you have used 0.10.0 or lower and have not upgraded, you will need to run 0.17.27 or earlier once or reinstall Obsidian. -- 0.17.29 - - Fixed: - - Requests of reading chunks online are now split into a reasonable(and configurable) size. - - No longer error message will be shown on Linux devices with hidden file synchronisation. - - Improved: - - The interval of reading chunks online is now configurable. - - Boot sequence has been speeded up, more. - - Misc: - - Messages on the boot sequence will now be more detailed. If you want to see them, please enable the verbose log. - - Logs became be kept for 1000 lines while the verbose log is enabled. -- 0.17.30 - - Implemented: - - `Resolve all conflicted files` has been implemented. - - Fixed: - - Fixed a problem about reading chunks online when a file has more chunks than the concurrency limit. - - Rollbacked: - - Logs are kept only for 100 lines, again. +- __0.17.1 to 0.17.30 has been moved into `update_old.md`__ - 0.17.31 - Fixed: - Now `redflag3` can be run surely. @@ -60,5 +27,7 @@ - Function names have been renamed. - 0.17.33 - Maintenance update: Refactored; the responsibilities that `LocalDatabase` had were shared. (Hoping) No changes in behaviour. - +- 0.17.34 + - Fixed: The `Fetch` that was broken at 0.17.33 has been fixed. + - Refactored again: Internal file sync, plug-in sync and Set up URI have been moved into each file. ... To continue on to `updates_old.md`. \ No newline at end of file diff --git a/updates_old.md b/updates_old.md index d2c0fc9..c08d502 100644 --- a/updates_old.md +++ b/updates_old.md @@ -122,6 +122,39 @@ - 0.17.25 - Fixed: - Now reading error will be reported. +- 0.17.26 + - Fixed(Urgent): + - The modified document will be reflected in the storage now. +- 0.17.27 + - Improved: + - Now, the filename of the conflicted settings will be shown on the merging dialogue + - The plugin data can be resolved when conflicted. + - The semaphore status display has been changed to count only. + - Applying to the storage will be concurrent with a few files. +- 0.17.28 + -Fixed: + - Some messages have been refined. + - Boot sequence has been speeded up. + - Opening the local database multiple times in a short duration has been suppressed. + - Older migration logic. + - Note: If you have used 0.10.0 or lower and have not upgraded, you will need to run 0.17.27 or earlier once or reinstall Obsidian. +- 0.17.29 + - Fixed: + - Requests of reading chunks online are now split into a reasonable(and configurable) size. + - No longer error message will be shown on Linux devices with hidden file synchronisation. + - Improved: + - The interval of reading chunks online is now configurable. + - Boot sequence has been speeded up, more. + - Misc: + - Messages on the boot sequence will now be more detailed. If you want to see them, please enable the verbose log. + - Logs became be kept for 1000 lines while the verbose log is enabled. +- 0.17.30 + - Implemented: + - `Resolve all conflicted files` has been implemented. + - Fixed: + - Fixed a problem about reading chunks online when a file has more chunks than the concurrency limit. + - Rollbacked: + - Logs are kept only for 100 lines, again. ### 0.16.0 - Now hidden files need not be scanned. Changes will be detected automatically. - If you want it to back to its previous behaviour, please disable `Monitor changes to internal files`.