We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9809b46 commit d42aec7Copy full SHA for d42aec7
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
## Unreleased
4
5
+## v0.19.1 (2026-03-08)
6
+
7
+### Bug Fixes
8
9
+- **#649**: Enforce strict entity resolution in destructive MCP tools (`edit_note`, `move_note`, `delete_note`)
10
+ - Prevents fuzzy-match fallback from silently editing/moving/deleting the wrong note
11
+ - DST-related timeframe validation fix (round instead of truncate days)
12
13
+### Features
14
15
+- **#648**: Add `insert_before_section` and `insert_after_section` edit operations
16
+- Add `GET /knowledge/graph` endpoint for full graph visualization
17
18
+### Dependencies
19
20
+- Bump authlib from 1.6.6 to 1.6.7
21
22
## v0.19.0 (2026-03-07)
23
24
### Highlights
0 commit comments