WIP (pluginV2)

This commit is contained in:
vorotamoroz
2026-06-22 12:14:48 +09:00
parent c57b8a5f4e
commit f62db5fe73
3 changed files with 21 additions and 6 deletions
+5
View File
@@ -3,6 +3,11 @@ 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
### Fixing (Not tested yet)
- Fixed an issue where the database encounters a permanent reading conflict and endless looping when both `usePluginSyncV2` and `syncInternalFiles` targeting `.obsidian/plugins/` are enabled. Plugin Sync V2 now correctly intercepts all plugin-related files across both the real-time file watcher and initial scans, preventing `HiddenFileSync` from duplicating operations.
## 0.25.77
19th June, 2026