Combined due/scheduled: nextDate, daysUntilNext, hasDate, isToday, isThisWeek, nextDateCategory, nextDateMonth, nextDateWeek - work with whichever date comes first
Sorting: priorityWeight, urgencyScore (combines priority with date proximity)
Display: dueDateDisplay (relative dates like "Today", "Tomorrow", "3d ago")
Action-oriented views (Not Blocked, Today, Overdue, This Week) now sort by urgency score, showing most important tasks first
Note: To get these new formulas, either copy them from the documentation, or delete your .base files in TaskNotes/Views/ and restart Obsidian to regenerate them
(#1279) Fixed Kanban column width setting not being respected on mobile devices
Thanks to @guncav for reporting
(#1026), (#1177) Fixed recurring task completion from Base views recording the wrong date for users in negative UTC offset timezones (e.g., PST/PDT) when completing tasks in the evening
The bug caused complete_instances to record the next day instead of the user's current calendar day
Thanks to @3zra47 and @nslee123 for reporting and providing detailed reproduction steps