mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 17:55:56 +00:00
bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-livesync",
|
"id": "obsidian-livesync",
|
||||||
"name": "Self-hosted LiveSync",
|
"name": "Self-hosted LiveSync",
|
||||||
"version": "0.16.5",
|
"version": "0.16.6",
|
||||||
"minAppVersion": "0.9.12",
|
"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.",
|
"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",
|
"author": "vorotamoroz",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-livesync",
|
"name": "obsidian-livesync",
|
||||||
"version": "0.16.5",
|
"version": "0.16.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.",
|
"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",
|
"main": "main.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
10
updates.md
10
updates.md
@@ -19,6 +19,16 @@
|
|||||||
- New Feature
|
- New Feature
|
||||||
- The feature of automatically deleting old expired metadata has been implemented.
|
- The feature of automatically deleting old expired metadata has been implemented.
|
||||||
We can configure it in `Delete old metadata of deleted files on start-up` in the `General Settings` pane.
|
We can configure it in `Delete old metadata of deleted files on start-up` in the `General Settings` pane.
|
||||||
|
- 0.16.6
|
||||||
|
- Fixed
|
||||||
|
- Automatic (temporary) batch size adjustment has been restored to work correctly.
|
||||||
|
- Chunk splitting has been backed to the previous behaviour for saving them correctly.
|
||||||
|
- Improved
|
||||||
|
- Corrupted chunks will be detected automatically.
|
||||||
|
- Now on the case-insensitive system, `aaa.md` and `AAA.md` will be treated as the same file or path at applying changesets.
|
||||||
|
|
||||||
|
Note:
|
||||||
|
Before 0.16.5, LiveSync had some issues making chunks. In this case, synchronisation had became been always failing after a corrupted one should be made. After 0.16.6, the corrupted chunk is automatically detected. Sorry for troubling you but please do `rebuild everything` when this plug-in notified so.
|
||||||
|
|
||||||
### 0.15.0
|
### 0.15.0
|
||||||
- Outdated configuration items have been removed.
|
- Outdated configuration items have been removed.
|
||||||
|
|||||||
Reference in New Issue
Block a user