Skip to content

Commit f2aa7e0

Browse files
authored
Merge pull request #5 from basicmachines-co/release/v0.16.2
docs: add v0.16.2 release notes
2 parents 9c6d7bc + 487c9a7 commit f2aa7e0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/pages/latest-releases.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@ import { Card, CardGroup, Info, Warning, Note, Tip, Accordion, AccordionItem, St
1010

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

13+
## [v0.16.2](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.16.2) — 2025-11-16
14+
15+
**Focus:** Windows platform improvements and project management fixes
16+
17+
### Bug Fixes
18+
19+
- **#429**: Use platform-native path separators in config.json
20+
([`6517e98`](https://github.com/basicmachines-co/basic-memory/commit/6517e98))
21+
- Fixes config.json path separator issues on Windows
22+
- Uses os.path.join for platform-native path construction
23+
- Ensures consistent path handling across platforms
24+
25+
- **#427**: Add rclone installation checks for Windows bisync commands
26+
([`1af0539`](https://github.com/basicmachines-co/basic-memory/commit/1af0539))
27+
- Validates rclone installation before running bisync commands
28+
- Provides clear error messages when rclone is not installed
29+
- Improves user experience on Windows
30+
31+
- **#421**: Main project always recreated on project list command
32+
([`cad7019`](https://github.com/basicmachines-co/basic-memory/commit/cad7019))
33+
- Fixes issue where main project was recreated unnecessarily
34+
- Improves project list command reliability
35+
- Reduces unnecessary file system operations
36+
37+
**Full Changelog**: https://github.com/basicmachines-co/basic-memory/compare/v0.16.1...v0.16.2
38+
39+
---
1340
## [v0.16.1](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.16.1) — 2025-11-11
1441

1542
**Focus:** Windows cloud sync stability

0 commit comments

Comments
 (0)