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
(#2024) Added materialized occurrence notes to the Relationships widget, so recurring parent task notes can show their occurrence notes in an Occurrences tab. See Relationships Widget. Thanks to @3zra47 for requesting this.
(#2022) Added a Skip instance / Unskip instance action to the recurring task edit modal's completion calendar, so skipped dates can be adjusted from the same date menu as completions. See Recurring Tasks. Thanks to @AmonAmarthFTW for requesting this.
(#2048) Added current due and scheduled dates to the edit modal's task information. Thanks to @1activegeek for requesting this.
(#2058, #2059) Added natural-language parsing and the full date picker to date-type custom fields. Thanks to @chmac for requesting this.
(#2060) Added date-type custom fields to the task right-click menu under Custom dates. Thanks to @chmac for requesting this.
(#2067) Added an Edit task action to the task card context menu, including inline task cards. Thanks to @DarkCellar for requesting this.
(#2068) Added reminders input support to the MCP tasknotes_create_task and tasknotes_update_task tools. Thanks to @Spirit597 for requesting this.
(#2069) Added an Add project action to the Quick Actions palette. Thanks to @chmac for requesting this.
Fixed
(#2007) Fixed a remaining task creation autocomplete case where a status value containing another status label could leave status fragments in the task title. Thanks to @prepare4robots for the follow-up report.
(#2031) Fixed quick task creation failing when natural language input created a recurring task with a scheduled time. Thanks to @rdefaccio for reporting this.
(#2034) Fixed Advanced Calendar timed events switching to a high-contrast mobile fill when Obsidian is narrowed or split on desktop. Thanks to @RumiaKitinari for reporting this.
(#2039) Fixed broken images on the Workflows and Calendar Setup documentation pages. Thanks to @chmac for reporting this.
(#2045) Fixed custom modal fields assigned to Basic Information not appearing in task creation or edit modals. Thanks to @chmac for reporting this.
(#2063) Fixed project autocomplete storing ambiguous project links without the selected note's folder path. Thanks to @chmac for reporting this.
(#2072) Fixed inline task links to headings so they show both the task title and heading instead of only the heading. Thanks to @spasche for reporting this.
(#2075) Fixed multiday Calendar events being clipped to one day when a Base is embedded in Reading view. Thanks to @ddevaal for reporting this.
(#2079) Fixed the reminder modal's Absolute tab so it switches from relative fields to absolute date and time fields. Thanks to @JunwonYoon for reporting this and identifying the CSS specificity issue.
Changed
Improved local review checks so unsafe direct Object.prototype method access is caught before submission.