What's Changed
🌟 Most Notable
Please restart Obsidian after updating the plugin. Thank you.
- Added
show urgency
. (Thanks @Cito)- All the layout options now offer both
show
andhide
. - Corresponding CSS Changes:
- There is a new class
tasks-urgency
for the span that contains the urgency score. - The span for the edit button with the class
tasks-edit
is no longer inside the span with the spantasks-backlink
: instead it is now a sibling. - If you styled the edit button with the class
.tasks-backlink .tasks-edit
, then you should remove the.tasks-backlink
part, converting to.tasks-edit
.
- There is a new class
- Docs
- All the layout options now offer both
- Fixed: Tasks is now compatible with SlrVb's Alternative Checkboxes (Thanks @SlRvb)
Full List
🌟 Features
💪 Fixes
- fix: Support Booleans with single filters surrounded by parentheses by @claremacrae in #1170
- fix: Tasks works with SlrVb's Alternative Checkboxes by @claremacrae in #1174
📖 Documentation
- docs: Add How-to page 'Find tasks for coming 7 days' by @claremacrae in #1132
- docs: Make recurring tasks explanation clearer for 'when done' by @roschlau in #1134
🛠️ Behind the scenes
- refactor: Make tasks src directory structure match tasks-x by @claremacrae in #1118
- refactor: Rename tests/config/ to tests/Config/ by @claremacrae in #1119
- refactor: Rename Events.ts to TasksEvents.ts by @claremacrae in #1121
- refactor: Reformat code to match the format used by tasks-x plugin by @claremacrae in #1122
- refactor: Introduce new class TaskRegularExpressions by @claremacrae in #1123
- refactor: Capitalise the names of values in Status by @claremacrae in #1124
- refactor: Make TagsField a special MultiTextField; rename Field.filterRegexp() by @Cito in #1173
- test: Verify 'group by recurring' instruction works by @claremacrae in #1164
- vault: Update Tasks to 1.13.1 in Tasks-Demo vault by @claremacrae in #1117
New Contributors
Full Changelog: 1.13.1...1.14.0