Skip to content

TaskView v1.44.0

Choose a tag to compare

@Gimanh Gimanh released this 25 May 19:42

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. #55
  • list_tasks (MCP) gained sortBy (date/priority) and descending parameters; taskview-api exposes a matching sortBy option.

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.

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 list_* tools.