|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.12.0 (2025-04-06) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- [bug] `#` character accumulation in markdown frontmatter tags prop |
| 9 | + ([#79](https://github.com/basicmachines-co/basic-memory/pull/79), |
| 10 | + [`6c19c9e`](https://github.com/basicmachines-co/basic-memory/commit/6c19c9edf5131054ba201a109b37f15c83ef150c)) |
| 11 | + |
| 12 | +- [bug] Cursor has errors calling search tool |
| 13 | + ([#78](https://github.com/basicmachines-co/basic-memory/pull/78), |
| 14 | + [`9d581ce`](https://github.com/basicmachines-co/basic-memory/commit/9d581cee133f9dde4a0a85118868227390c84161)) |
| 15 | + |
| 16 | +- [bug] Some notes never exit "modified" status |
| 17 | + ([#77](https://github.com/basicmachines-co/basic-memory/pull/77), |
| 18 | + [`7930ddb`](https://github.com/basicmachines-co/basic-memory/commit/7930ddb2919057be30ceac8c4c19da6aaa1d3e92)) |
| 19 | + |
| 20 | +- [bug] write_note Tool Fails to Update Existing Files in Some Situations. |
| 21 | + ([#80](https://github.com/basicmachines-co/basic-memory/pull/80), |
| 22 | + [`9bff1f7`](https://github.com/basicmachines-co/basic-memory/commit/9bff1f732e71bc60f88b5c2ce3db5a2aa60b8e28)) |
| 23 | + |
| 24 | +- Set default mcp log level to ERROR |
| 25 | + ([#81](https://github.com/basicmachines-co/basic-memory/pull/81), |
| 26 | + [`248214c`](https://github.com/basicmachines-co/basic-memory/commit/248214cb114a269ca60ff6398e382f9e2495ad8e)) |
| 27 | + |
| 28 | +- Write_note preserves frontmatter fields in content |
| 29 | + ([#84](https://github.com/basicmachines-co/basic-memory/pull/84), |
| 30 | + [`3f4d9e4`](https://github.com/basicmachines-co/basic-memory/commit/3f4d9e4d872ebc0ed719c61b24d803c14a9db5e6)) |
| 31 | + |
| 32 | +### Documentation |
| 33 | + |
| 34 | +- Add VS Code instructions to README |
| 35 | + ([#76](https://github.com/basicmachines-co/basic-memory/pull/76), |
| 36 | + [`43cbb7b`](https://github.com/basicmachines-co/basic-memory/commit/43cbb7b38cc0482ac0a41b6759320e3588186e43)) |
| 37 | + |
| 38 | +- Updated basicmachines.co links to be https |
| 39 | + ([#69](https://github.com/basicmachines-co/basic-memory/pull/69), |
| 40 | + [`40ea28b`](https://github.com/basicmachines-co/basic-memory/commit/40ea28b0bfc60012924a69ecb76511daa4c7d133)) |
| 41 | + |
| 42 | +### Features |
| 43 | + |
| 44 | +- Add watch to mcp process ([#83](https://github.com/basicmachines-co/basic-memory/pull/83), |
| 45 | + [`00c8633`](https://github.com/basicmachines-co/basic-memory/commit/00c8633cfcee75ff640ff8fe81dafeb956281a94)) |
| 46 | + |
| 47 | +- Permalink enhancements ([#82](https://github.com/basicmachines-co/basic-memory/pull/82), |
| 48 | + [`617e60b`](https://github.com/basicmachines-co/basic-memory/commit/617e60bda4a590678a5f551f10a73e7b47e3b13e)) |
| 49 | + |
| 50 | +- Avoiding "useless permalink values" for files without metadata - Enable permalinks to be updated |
| 51 | + on move via config setting |
| 52 | + |
| 53 | + |
4 | 54 | ## v0.11.0 (2025-03-29) |
5 | 55 |
|
6 | 56 | ### Bug Fixes |
|
0 commit comments