From 7685586178f10d66be1c92fb32a0cd8d4ec1ca64 Mon Sep 17 00:00:00 2001 From: phernandez Date: Tue, 11 Nov 2025 09:10:26 -0600 Subject: [PATCH] docs: Add v0.16.1 CHANGELOG entry for Windows line ending fix Signed-off-by: phernandez --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3281590d..bdadb61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## v0.16.1 (2025-11-11) + +### Bug Fixes + +- **#422**: Handle Windows line endings in rclone bisync + ([`e9d0a94`](https://github.com/basicmachines-co/basic-memory/commit/e9d0a94)) + - Added `--compare=modtime` flag to rclone bisync to ignore size differences from line ending conversions + - Fixes issue where LF→CRLF conversion on Windows was treated as file corruption + - Resolves "corrupted on transfer: sizes differ" errors during cloud sync on Windows + - Users will need to run `--resync` once after updating to establish new baseline + ## v0.16.0 (2025-11-10) ### Features