Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/pages/latest-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ import { Card, CardGroup, Info, Warning, Note, Tip, Accordion, AccordionItem, St

View the latest changes to Basic Memory on [GitHub](https://github.com/basicmachines-co/basic-memory/releases)

## [v0.16.1](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.16.1) — 2025-11-11

**Focus:** Windows cloud sync stability

### 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

**Full Changelog**: https://github.com/basicmachines-co/basic-memory/compare/v0.16.0...v0.16.1

---
## [v0.16.0](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.16.0) — 2025-11-10

**Focus:** Cloud sync improvements, Windows platform support, and reliability enhancements
Expand Down
Loading