From 866dd49ba3e3d52d0e7a90e7c74f1e805bc6dada Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 15 Jun 2026 11:34:25 +0100 Subject: [PATCH] ### Fixed - No longer connection information of the P2P synchronisation is broken on the specific platform (#956). --- src/lib | 2 +- updates.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib b/src/lib index 5a552b3..e011b5d 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit 5a552b3ec430518e8da92c674296c4279e7a0b57 +Subproject commit e011b5d6f978fd82ad6b7a036af4a2840323ae05 diff --git a/updates.md b/updates.md index 04a09ef..a9a61d8 100644 --- a/updates.md +++ b/updates.md @@ -3,6 +3,12 @@ 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 + +### Fixed + +- No longer connection information of the P2P synchronisation is broken on the specific platform (#956). + ## 0.25.75 13th June, 2026