Fixed an issue where the StorageEventManager

Build by Vite is now testing
This commit is contained in:
vorotamoroz
2026-02-19 04:18:18 +00:00
parent 2bf1c775ee
commit 1bde2b2ff1
6 changed files with 619 additions and 6 deletions

View File

@@ -3,17 +3,25 @@ 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.
## 0.25.43-patched-7
-- Unreleased --
### Fixed
- Fixed an issue where the StorageEventManager was not correctly the loading the settings.
## 0.25.43-patched-6
18th February, 2026
Let me confess that I have lied about `now all ambiguous properties`... I have found some more implicit calling.
Note: I have not checked hidden file sync and customisation sync, yet. Please report if you find any unexpected behaviour on these features.
Note: I have not checked hidden file sync and customisation sync yet. Please report if you find any unexpected behaviour in these features.
### Fixed
- Now ReplicatorService responds to database reset and database initialisation events to dispose the active replicator.
- Now ReplicatorService responds to database reset and database initialisation events to dispose of the active replicator.
- Fixes some unlocking issues during rebuilding.
### Refactored