From 47d2cf97331ed9f740496c1ab8badcaa43e6e4bb Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 9 Jun 2023 18:48:59 +0900 Subject: [PATCH] bump --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index b187a72..eafff56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.19.8", + "version": "0.19.9", "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 731fcb2..2aa523b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.19.8", + "version": "0.19.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.19.8", + "version": "0.19.9", "license": "MIT", "dependencies": { "diff-match-patch": "^1.0.5", diff --git a/package.json b/package.json index 21dade2..1f7bc2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.19.8", + "version": "0.19.9", "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 8220b7a..bfc2737 100644 --- a/updates.md +++ b/updates.md @@ -70,5 +70,10 @@ I hope you will give it a try. - Log dialogue is now shown as one of tabs. - Fixed: - Some minor issues has been fixed. +- 0.19.9 + - New feature (For fixing a problem): + - We can fix the database obfuscated and plain paths that have been mixed up. + - Improvements + - Customisation Sync performance has been improved. ... To continue on to `updates_old.md`.