From 3c3645eba4801492e91fb477d4f600bc0c6725af Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 25 May 2026 04:31:22 +0100 Subject: [PATCH] Improved: More diagnostic information for P2P connections is now shown, including why a connection failure occurred and the current connection status. --- src/lib | 2 +- updates.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/lib b/src/lib index e97ca58..a00f865 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit e97ca5821c6fd50b22e63acbbc0f936e0ac8391a +Subproject commit a00f865f08ef96911c4fbbe70115f9a7e9baffd3 diff --git a/updates.md b/updates.md index 5b7bef6..975f88a 100644 --- a/updates.md +++ b/updates.md @@ -3,6 +3,15 @@ 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 + +25th May, 2026 + +### Improved + +- More diagnostic information for P2P connections is now shown, including why a connection failure occurred and the current connection status. + + ## 0.25.69 22nd May, 2026