v1.44.0
Task sorting:
- The task list view now lets you sort tasks by creation date or priority, with a direction toggle (newest/oldest, highest/lowest). The sort field and direction are grouped into a single control in the toolbar.
list_tasks(MCP) gainedsortBy(date/priority) anddescendingparameters;taskview-apiexposes a matchingsortByoption.
UI customization:
- Drag-and-drop to rearrange analytics blocks on the dashboard.
- Drag-and-drop to reorder fields in the task dialog — arrange the task layout to your liking. Your layout is saved per user.
Better MCP guidance for AI agents:
- Server instructions now clarify that a "goal" is a project, describe the data model (Organization → Project → List → Task), and note that IDs must be resolved via the
list_*tools.
