From 08b55b76771435a9671c0879307733827eff299e Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Sun, 9 Aug 2026 09:12:04 +0000 Subject: [PATCH] docs: note fractional timestamp fix --- updates.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/updates.md b/updates.md index c25953a3..67f0c0c8 100644 --- a/updates.md +++ b/updates.md @@ -12,6 +12,13 @@ Earlier releases remain available in the 0.25 release history and the legacy rel ## Unreleased +### Synchronisation and storage + +#### Fixed + +- Fractional file timestamps no longer cause affected mobile clients to crash after synchronisation (#1087, PR #1039). Thank you to @andrewleech for the contribution! + - Timestamps are now normalised in the command-line tool and before Obsidian's native file-system writes. + ## 1.0.10 9th August, 2026