|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 48 | ## v0.18.0 (2026-01-28) |
4 | 49 |
|
5 | 50 | ### Features |
|
0 commit comments