You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(#1713) Fixed ICS export so date-only scheduled tasks are written as all-day events instead of midnight events
Thanks to @bepolymathe for the request and interoperability details
(#267, #948, #1682, #1717, #1725) Fixed expanded subtasks and dependency cards in Bases Task List and Kanban views so related items can inherit the current view's filters instead of always showing every linked task
Added a per-view "Expanded relationships" option so you can switch between inherited filters and showing all related tasks
Improved custom view and search-pane activation when reopening deferred tabs
(#1720) Fixed Bases Task List cards showing icon tokens such as clock instead of readable date-like values, and fixed property labels to use Bases display names instead of raw property IDs
(#1633) Fixed interactive task-card labels and ribbon labels so Bases-backed cards use translations and configured display names instead of hardcoded English or raw property IDs
(#1619, #386, #621) Added drag-to-reorder for Kanban and Task List views
Supports grouped Task List moves, manual ordering via the tasknotes_manual_order property, and improved drag/drop behavior for swimlanes, filtered views, and interactive task controls
To use it, sort the view by the Manual Order field (tasknotes_manual_order by default), or regenerate the built-in .base templates from Settings → TaskNotes → General → Create Default Files
Added a standalone TaskNotes Specification repo and docs section covering the data model, field mapping, recurrence behavior, validation rules, and conformance tests
Added tasknotes-tui, a terminal UI for working with TaskNotes vaults
Includes keyboard-driven views, date navigation, time tracking, recurring task support, and a command palette
Changed
Refactored several internal modules to reduce coupling and make maintenance safer
Updated generated _types/task.md output so dateCreated and dateModified include generated timestamp values, and recurrence_anchor defaults to scheduled
Cleaned up API, webhook, NLP, privacy, settings, and view documentation for clarity and accuracy
Expanded Task List and Kanban documentation for drag-to-reorder, including manual-order sorting, grouped and swimlane scope, and filtered-view limitations