This release brings a significant redesign of the core app interface — navigation, sidebar, and task detail have all been reworked for a cleaner, more consistent experience. Email delivery also moves to Amazon SES under the hood.
New
- Copy API IDs from Settings: Workspace admins and developers can now copy UUIDs for members, labels, and statuses directly from the settings UI. Hover over any entry to reveal a copy button — no extra API calls needed.
- Due date reminders: Project leaders and workspace managers can configure per-project rules that automatically notify assignees and the project leader when a task is approaching or past its due date. Rules are defined as a number of days before or after the due date and can be toggled individually. User notification preferences are respected.

[API]Assignees and labels: Tasks can now be assigned to users and labeled directly from external integrations. Both fields are supported on task creation and updates — passing an empty array clears the current value.[API]New endpoints:GET /{projectSlug}/labelslists all labels available in a project,GET /{projectSlug}/memberslists all project members.[API]Task filtering: The task list endpoint now acceptsassigneeIdandlabelIdas filters.[API]Labels in task responses: Task objects now include alabelsarray with each label's id, name, and color.
Improved
- Sidebar: Simplified layout — flatter, less visual noise, notification bell integrated directly into the sidebar. Workspace settings now live at the bottom as a permanent entry.
- Profile menu: Clicking your profile now surfaces account settings including Security and Notifications.
- Help menu: The sidebar footer now has a Help dropdown covering docs and support.
- New Task button: Moved to the header for faster access.
- Notification preferences: Each notification type now has separate Email and In-app toggles, replacing the previous single on/off switch per channel.
