Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
✨ Features
- You can now sort tasks alphabetically by name using
alphabeticaloralphabeticalDescendingin the sorting field - You can now provide 'time' to the show field on a query. This will only render the time of the task (unless the end of the task is on a different day than the start).
- You can now provide 'section' to the show field on a query to display only the section name for tasks in sections.
🐛 Bug Fixes
- Date grouping now correctly groups tasks on the same day together regardless of whether they have times
- Fixed an issue where the task content would be rendered incorrectly the task was edited and the query refreshed
v2.3.0 (2025-12-06)
✨ Features
- Task deadlines are now displayed in the task metadata with a target icon, and can be toggled using
deadlinein theshowquery property. - You can now set a deadline when creating tasks from the task creation modal. This option only appears for premium Todoist users.
- You can now automatically copy a markdown link to newly created tasks, with options for either app URI or web URL format.
- Token input now includes a "Paste from clipboard" button for easier token entry during setup.
🔁 Changes
- Added debug logging for token validation to help troubleshoot setup issues.
🐛 Bug Fixes
- Token validation now removes erroneous whitespace automatically
- The task creation modal no longer intercepts key presses when in an IME