1. Multi-level undo/redo (incl. comparisons and task completions)
  2. Workspaces
  3. Deadlines widget
  4. Full usage from Live Activity on the lock screen

Added: Undo and Redo for task actions

Seven major task operations can now be undone and redone: completing a task, recording a comparison, changing the priority count (K), reassessing a task, moving a task to a different list, and scheduling or unscheduling. Toolbar buttons show the name of the last action (“Undo Chose ‘Write report’”, “Undo Move ‘Learn Spanish’”), and Cmd+Z / Shift+Cmd+Z work on macOS. If a task you just acted on leaves the Today view, a notification appears with a one-tap Undo.

Added: Multiple named Workspaces

The Compass tab now supports as many named workspaces as you need. Each workspace has a name (up to 16 characters), an optional description, and its own priority count (K). Toolbar actions let you create, edit, switch between, and delete workspaces. Today and Tomorrow remain dedicated tabs, each with independent list selection.

Added: Deadlines widget

A new medium or large Home Screen widget reads your “Deadlines” Reminders list and shows incomplete items sorted by due date. Each row displays a compact time-remaining label (“1d”, “2h”, “22m”) or an overdue label in red. Items without due dates appear at the bottom. The widget refreshes every 15 minutes, or every minute when any item is within one hour of its deadline.

Added: Compare and complete tasks from the Lock Screen

The Home Screen widget and the Live Activity (Dynamic Island and Lock Screen) now show tappable comparison buttons when prioritization is in progress. Tapping a task records it as more important, runs the full prioritization pipeline in the background, and updates both the widget and Live Activity — no need to open the app. A “Prioritizing…” indicator appears immediately while ranking runs.

Added: Live Activity for task focus

A “Start Focus” button in the Today toolbar starts an iOS Live Activity showing your top-ranked Today task on the Lock Screen and in the Dynamic Island. The activity updates automatically as your top task changes and ends when all Today tasks are completed. A Stop button ends the session without opening the app.

Added: Priority Health

A new maintenance screen in Settings → Maintenance analyzes your comparison graph and surfaces three categories of issues: comparison cycles (contradictory judgements), potentially buried tasks, and weak-king candidates (tasks whose high rank depends on a single comparison). Run it on demand to find and resolve inconsistencies.

Changed: Top task row

The first ranked task in the Today, Tomorrow, and Workspace prioritized lists now uses the same layout as the task detail view — colored urgency bars, a tappable list menu, a due-date button, and a large title that opens an editor on tap. The overdue attention stripe now appears on every ranked row, not just the top one.

Fixed: 100% CPU on macOS

Calling EKEventStore.reset() in response to every EKEventStoreChanged notification could trigger an infinite loop that pegged the CPU and blocked iCloud sync from completing. The reset() call has been removed — EventKit returns fresh data on the next fetch without it.

Fixed: List selection load estimate

The “Load level” estimate in the List Selection view now uses the same task filtering and workspace K value as the workspace itself, so the count you see when deciding whether to enable a list matches what the workspace will actually compute.