Skip to content

Commit b057912

Browse files
phernandezclaude
andcommitted
docs: add CHANGELOG entry for v0.18.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 8489a3d commit b057912

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# CHANGELOG
22

3+
## v0.18.1 (2026-02-11)
4+
5+
### Features
6+
7+
- **#552**: Add `--format json` to CLI tool commands
8+
([`a47c9c0`](https://github.com/basicmachines-co/basic-memory/commit/a47c9c0))
9+
- CLI tool commands now support `--format json` for machine-readable output
10+
11+
- **#535**: Support `tag:` query shorthand in search
12+
([`f1d50c2`](https://github.com/basicmachines-co/basic-memory/commit/f1d50c2))
13+
- Use `tag:mytag` as a convenient shorthand in search queries
14+
15+
- **#532**: Fast edit entities, refactors for webui, enhanced search
16+
([`530cbac`](https://github.com/basicmachines-co/basic-memory/commit/530cbac))
17+
- Performance improvements for entity editing and search operations
18+
19+
### Bug Fixes
20+
21+
- **#558**: Add X-Tigris-Consistent headers to all rclone commands
22+
([`8489a3d`](https://github.com/basicmachines-co/basic-memory/commit/8489a3d))
23+
- Ensures consistent reads from Tigris object storage during sync
24+
25+
- **#541**: Handle EntityCreationError as conflict
26+
([`343a6e1`](https://github.com/basicmachines-co/basic-memory/commit/343a6e1))
27+
28+
- **#536**: Stabilize metadata filters on Postgres
29+
([`009e849`](https://github.com/basicmachines-co/basic-memory/commit/009e849))
30+
31+
- **#533**: Fix recent_activity prompt defaults
32+
([`24ca5f6`](https://github.com/basicmachines-co/basic-memory/commit/24ca5f6))
33+
34+
- **#530**: Prevent spurious `metadata: {}` in frontmatter output
35+
([`e3ced49`](https://github.com/basicmachines-co/basic-memory/commit/e3ced49))
36+
37+
- Add POST legacy compat routes for v0.18.0 CLI
38+
([`c46d7a6`](https://github.com/basicmachines-co/basic-memory/commit/c46d7a6))
39+
40+
- Restore legacy `/projects/projects` endpoint for older CLI versions
41+
([`a0e754b`](https://github.com/basicmachines-co/basic-memory/commit/a0e754b))
42+
43+
### Internal
44+
45+
- **#538**: Add fast feedback loop tooling (`just fast-check`, `just doctor`, `just testmon`)
46+
([`8072449`](https://github.com/basicmachines-co/basic-memory/commit/8072449))
47+
348
## v0.18.0 (2026-01-28)
449

550
### Features

0 commit comments

Comments
 (0)