From a0af6201a5ae1d7c2435c5b79b1ad1b4ffaef2b0 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 26 Mar 2026 13:13:27 +0100 Subject: [PATCH] - No longer `Peer-to-Peer Sync is not enabled. We cannot open a new connection.` error occurs when we have not enabled P2P sync and are not expected to use it (#830). --- src/lib | 2 +- updates.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/lib b/src/lib index 202038d..3d6d960 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit 202038d19eeb19df76b6804bcd0ea784896ce257 +Subproject commit 3d6d9603bf96477895a674398f22585662479723 diff --git a/updates.md b/updates.md index 34929eb..68296a1 100644 --- a/updates.md +++ b/updates.md @@ -3,6 +3,18 @@ Since 19th July, 2025 (beta1 in 0.25.0-beta1, 13th July, 2025) The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsidian-livesync/blob/main/updates_old.md). Because 0.25 got a lot of updates, thankfully, compatibility is kept and we do not need breaking changes! In other words, when get enough stabled. The next version will be v1.0.0. Even though it my hope. +## -- unreleased -- + +26th March, 2026 + +### Fixed + +- No longer `Peer-to-Peer Sync is not enabled. We cannot open a new connection.` error occurs when we have not enabled P2P sync and are not expected to use it (#830). + +### CLI + +Fixed incomplete localStorage support in the CLI (#831). Thank you so much @rewse ! + ## 0.25.54 18th March, 2026