We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d0a94 commit 7685586Copy full SHA for 7685586
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
3
+## v0.16.1 (2025-11-11)
4
+
5
+### Bug Fixes
6
7
+- **#422**: Handle Windows line endings in rclone bisync
8
+ ([`e9d0a94`](https://github.com/basicmachines-co/basic-memory/commit/e9d0a94))
9
+ - Added `--compare=modtime` flag to rclone bisync to ignore size differences from line ending conversions
10
+ - Fixes issue where LF→CRLF conversion on Windows was treated as file corruption
11
+ - Resolves "corrupted on transfer: sizes differ" errors during cloud sync on Windows
12
+ - Users will need to run `--resync` once after updating to establish new baseline
13
14
## v0.16.0 (2025-11-10)
15
16
### Features
0 commit comments