You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases/unreleased.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,12 @@ Example:
40
40
41
41
## Fixed
42
42
43
+
- (#1778) Fixed MCP initialize requests using newer protocol versions such as `2025-11-25` failing instead of negotiating down to TaskNotes' supported MCP version.
44
+
- Thanks to @SakulaPor for reporting.
45
+
- (#1781) Fixed duplicate metadata properties on Bases task cards when bare and `note.`-prefixed property IDs map to the same TaskNotes field.
46
+
- Thanks to @loukandr for reporting and tracing the issue.
47
+
- (#1787) Removed the "(click to change)" helper text from recurrence tooltips on task cards.
48
+
- Thanks to @kazerniel for reporting.
43
49
- (#1828) Fixed subtask creation from a task card dropping the parent task project when natural-language input also adds projects.
44
50
- Thanks to @prepare4robots for reporting.
45
51
- (#1786) Fixed TaskNotes task cards and relationships/subtasks widgets appearing inside embedded task-note heading or block sections.
@@ -63,7 +69,8 @@ Example:
63
69
- Thanks to @martin-forge for reporting and the PR.
64
70
- (#1764) Fixed Google Calendar sync using stale task metadata after rapid task updates, and fixed late recurring completions/skips recording the completion day instead of the scheduled occurrence date.
65
71
- Thanks to @martin-forge for the PR and to @jpmoo for reporting the recurring completion issues.
66
-
- Fixed CI test runs resolving the NLP parser package from a local sibling checkout instead of the published dependency.
72
+
- (#1782) Fixed CI test runs resolving the NLP parser package from a local sibling checkout instead of the published dependency.
73
+
- Thanks to @martin-forge for reporting.
67
74
- Published [`mdbase-tasknotes`](https://github.com/callumalpass/mdbase-tasknotes) 0.1.3 with compatibility fixes for TaskNotes-generated mdbase schemas.
68
75
- Includes clearer create-path diagnostics, natural-language `mtn list --due` filters, timer log datetime filters, home-directory path expansion, project wikilink preservation, and correct `mtn --version` reporting.
69
76
- Thanks to @tparsons9, @anomatomato, @npondel, @plashal, and @waspeer for the reports and PR.
0 commit comments