- 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).

This commit is contained in:
vorotamoroz
2026-03-26 13:13:27 +01:00
parent 9c7c6c8859
commit a0af6201a5
2 changed files with 13 additions and 1 deletions

Submodule src/lib updated: 202038d19e...3d6d9603bf

View File

@@ -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