Skip to content

1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 21:52

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 and hide.
    • 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 span tasks-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-backlinkpart, converting to .tasks-edit.
    • Docs
  • Fixed: Tasks is now compatible with SlrVb's Alternative Checkboxes (Thanks @SlRvb)

Full List

🌟 Features

  • feat: Add option to show urgency. More space before pencil icon. by @Cito in #1139

πŸ’ͺ 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

New Contributors

Full Changelog: 1.13.1...1.14.0