From b66e227a0291dc6d32cf55f6830dacbadf9b7451 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 7 Jul 2026 10:54:49 +0000 Subject: [PATCH] update doc update submodule pointer --- src/lib | 2 +- updates.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lib b/src/lib index 87dc724..cbe333d 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit 87dc724c9d74962d63173bf4da3d1aa74fd0c7d4 +Subproject commit cbe333da24ff904a929322cb5dc267b7f05e0d1f diff --git a/updates.md b/updates.md index 5f37ffa..b675f14 100644 --- a/updates.md +++ b/updates.md @@ -3,6 +3,13 @@ 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 + +- Fixed an issue where choosing Disable and then Overwrite in Hidden File Sync could silently skip hidden files, because the overwrite setup ran while hidden file synchronisation was still disabled (#989, PR #992). + - Hidden File Sync is now re-enabled before the Fetch, Overwrite, or Merge initialisation runs, instead of after it completes. If that initialisation fails, the setting may remain enabled. + ## 0.25.79 29th June, 2026