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: site/src/pages/changelog.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ description: Graph Memory release history and version changes.
5
5
6
6
# Changelog
7
7
8
+
## v1.9.5
9
+
10
+
**March 2026**
11
+
12
+
### Fixes
13
+
14
+
-**Epic→Task navigation crash** — `statusLabel()`/`priorityLabel()` threw `Cannot read properties of undefined (reading 'toUpperCase')` when task relations (`blockedBy`, `blocks`, `related`) lacked `status` field. Server now returns `status` for all relation types; UI guards against undefined
15
+
-**Epic→Task breadcrumbs** — navigating from epic to task now passes `?from=epic&epicId=` so breadcrumbs show full path: Tasks → Epics → Epic Name → Task
16
+
17
+
### Improved
18
+
19
+
-**Inline status/priority editing** — task detail view replaces "Move to" dropdown with badge-style select (matching list view); epic detail view now has inline status and priority selects
20
+
-**Inline assignee editing** — task detail view shows assignee as a select dropdown (like epic field), visible even when unassigned
21
+
-**Board column height** — all board columns now stretch to match the tallest column, making drag & drop into empty columns easy
22
+
-**Full-width selects** — Epic and Assignee selects on task detail stretch to full width
0 commit comments