From 9db3c3df0a69f196cbd03cf8542f880ff4e486c2 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Sat, 14 Dec 2024 02:32:07 +0900 Subject: [PATCH] bump --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 6 ++++++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index b9a2120..6bba57e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.24.5", + "version": "0.24.6", "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 8e56acf..ce3a646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.24.5", + "version": "0.24.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.24.5", + "version": "0.24.6", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.645.0", diff --git a/package.json b/package.json index 17bdab2..71e10cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.24.5", + "version": "0.24.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.", "main": "main.js", "type": "module", diff --git a/updates.md b/updates.md index a6df95a..8accab8 100644 --- a/updates.md +++ b/updates.md @@ -13,6 +13,12 @@ Finally, I would like to once again express my respect and gratitude to all of y Thank you, and I hope your troubles will be resolved! --- +## 0.24.6 + +### Fixed (Quick Fix) + +- Fixed the issue of log is not displayed on the log pane if the pane has not been shown on startup. + - This release is only for it. However, fixing this had been necessary to report any other issues. ## 0.24.5