Skip to content

7.8.0: New "On Completion" feature, and small Auto Suggest fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 18:19

What's Changed

🌟 Most Notable

Please quit and restart Obsidian after updating the plugin. Thank you.

Main changes

Here are the most notable user-visible changes.

🌟 "On Completion" action

Tip

If you have ever wished that Tasks would automatically do something with the tasks that you complete (especially likely if you use recurring tasks, which tend to accumulate within the note that holds them), then the new "On Completion" feature could be the answer!

Here's what it looks like:

- [ ] Leave me alone
- [ ] Leave me alone too! 🏁 keep
- [ ] Delete me upon completion 🏁 delete
- [ ] Delete my completed instance  πŸ“… 2024-08-12 πŸ” every day 🏁 delete

See the documentation for more info.

πŸ’ͺ Fixes

πŸ› οΈ Behind the scenes

Improvements made to new features prior to their release:

  • refactor: Small improvements to the 'On Completion' implementation by @claremacrae in #3010
  • refactor: Refactor On Completion code and tests by @claremacrae in #3015
  • refactor: introduce parameter object to functions in Suggestor.ts by @claremacrae in #3022
  • refactor: Make the Auto Suggest code a bit easier to maintain by @claremacrae in #3023

Other changes:

Full Changelog (including changes too small to note above, and that do not affect the behaviour of the plugin itself):

πŸ™ Support Tasks development