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
27 changes: 27 additions & 0 deletions src/pages/latest-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ 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.2](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.16.2) — 2025-11-16

**Focus:** Windows platform improvements and project management fixes

### Bug Fixes

- **#429**: Use platform-native path separators in config.json
([`6517e98`](https://github.com/basicmachines-co/basic-memory/commit/6517e98))
- Fixes config.json path separator issues on Windows
- Uses os.path.join for platform-native path construction
- Ensures consistent path handling across platforms

- **#427**: Add rclone installation checks for Windows bisync commands
([`1af0539`](https://github.com/basicmachines-co/basic-memory/commit/1af0539))
- Validates rclone installation before running bisync commands
- Provides clear error messages when rclone is not installed
- Improves user experience on Windows

- **#421**: Main project always recreated on project list command
([`cad7019`](https://github.com/basicmachines-co/basic-memory/commit/cad7019))
- Fixes issue where main project was recreated unnecessarily
- Improves project list command reliability
- Reduces unnecessary file system operations

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

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

**Focus:** Windows cloud sync stability
Expand Down