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: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
---
4
4
5
+
## v2.10.5 - Task priority (P1-P4)
6
+
*May 2026*
7
+
8
+
### Added
9
+
10
+
- Tasks now have a priority on the Todoist P1-P4 scale: P1 = Urgent (red), P2 = High (orange), P3 = Medium (blue), P4 = None (the default). Stored as a new `Priority` column (DB migration; existing tasks default to P4) (#64)
11
+
- Set priority on the add-task form and the edit modal; a small colored dot appears next to the title for P1-P3 (P4 shows nothing). A priority filter row on the filter panel narrows the list by one or more priorities
12
+
- MCP: `create_task` and `update_task` accept a `priority` param (1-4), `list_tasks` accepts a `priorities` filter, and the priority is included in returned task objects - so Claude can "make this P1" or answer "what's P1 and due this week?" in one call
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ I wanted a task system I understood completely - one where the data, the workflo
50
50
- Deadline color coding - red when overdue, yellow when due within 3 days
51
51
- Edit a task's title, deadline, project, and labels from the list; quick-set deadlines (Today, Tomorrow, This weekend, Next week) or clear them with one tap
52
52
- Multi-select to act on many tasks at once - complete, move to a project, or set a deadline in one step
53
+
- Set a priority (P1-P4) per task, shown as a colored dot and filterable
53
54
- Checkbox completion with a clean animation - done tasks step aside, not deleted
54
55
- Show/hide completed tasks and undo completion at any time
55
56
- Task detail page with full status and completion history
@@ -122,7 +123,6 @@ That's it. The app opens in your browser.
122
123
123
124
- Dark mode and custom themes
124
125
- Dedicated device setup guide (Raspberry Pi, Term home server)
0 commit comments