From e0aab8d69d8bba1a6216f271449d73eca92b9c0f Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 24 Aug 2023 04:03:03 +0100 Subject: [PATCH] bump --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c1a01dd..bea2c84 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.19.17", + "version": "0.19.18", "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 0fa48d2..6cd2134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.19.17", + "version": "0.19.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.19.17", + "version": "0.19.18", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index 9e0ff98..ca41c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.19.17", + "version": "0.19.18", "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 3170d57..96f85e4 100644 --- a/updates.md +++ b/updates.md @@ -43,5 +43,8 @@ I hope you will give it a try. - Hidden file change is no longer reflected on the device which has made the change itself. - Behaviour changed: - From this version, the file which has `:` in its name should be ignored even if on Linux devices. +- 0.19.18 + - Fixed: + - Now the empty (or deleted) file could be conflict-resolved. ... To continue on to `updates_old.md`.