Skip to content

Releases: obsidian-tasks-group/obsidian-tasks

7.20.0: Re-use query instructions in "Presets" - and big performance improvements

23 Jun 21:58
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

Please run the Reload app without saving command or quit and restart Obsidian after updating the plugin. Thank you.

Here are the most notable user-visible changes.

🌟 Features

Presets facility (fixes #2443 and #2267)

  • Presets allow you to save commonly used task query instructions and reuse them across multiple queries.
  • Instead of repeatedly typing the same complex filters and sorting options, you can define them once in settings and reference them by name.
  • For example, this is useful for daily notes with standard task queries, where you can now change search criteria in one place and have all your task views update automatically.

Written by @claremacrae and @ilandikov.
See the user documentation.

Major performance boost

Review and check your Statuses

  • The 'Review and check your Statuses' feature in Tasks Settings now adds sample tasks, so you can test your custom statuses easily, and check their styling by @claremacrae in #3440

Obsidian 1.9.x (Insiders) Users


settings-default-presets
Screenshot of Default Presets


πŸ’ͺ Fixes

🌍 Translations

πŸ“– Documentation

  • docs: Link Sorting.md to related section in Grouping.md by @adam in #3461
  • docs: Write up observations on Obsidian 1.9.x property reading by @claremacrae in #3491

πŸ› οΈ Behind the scenes

Some of the significant volume of work required to create the Presets feature (originally called Includes):

Other changes:

New Contributors

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

πŸ™ Support Tasks development

7.19.1: Fix '{{query.file...}}' handling of renames; Chinese translation of new setting

18 Apr 17:03
Compare
Choose a tag to compare

What's Changed

Please run the Reload app without saving command or quit and restart Obsidian after updating the plugin. Thank you.

Here are the most notable user-visible changes.

πŸ› οΈ Behind the scenes

Improvements made to new features prior to their release:

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

πŸ™ Support Tasks development

7.19.0: Option to remove Scheduled date on new recurring tasks; improve 'On Completion'

15 Apr 09:42
Compare
Choose a tag to compare

What's Changed

Please run the Reload app without saving command or quit and restart Obsidian after updating the plugin. Thank you.

Here are the most notable user-visible changes.

🌟 Features

  • Add option to remove Scheduled date on new recurring tasks by @chmac in #3423
    • image
    • Use this setting to control whether the Scheduled date should be removed from the next occurrence. The Scheduled date is only removed the task also has a Start or Due date.
    • This is useful when you want the Start and Due dates to carry forward to the next recurrence, but you will set the Scheduled date in future, once you know when you intend to work on it.

πŸ’ͺ Fixes

  • Stop onCompletion: delete leaving blank lines for non-recurring tasks by @claremacrae in #3424

πŸ› οΈ Behind the scenes

  • refactor: Small refinements to drop/remove scheduled dates setting by @claremacrae in #3425
  • vault, docs,contrib: Update all plugins, and install 'Vault Nickname' plugin by @claremacrae in #3409

New Contributors

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

πŸ™ Support Tasks development

7.18.5: Performance improvement and support "1)"-style numbered lists

01 Apr 12:34
Compare
Choose a tag to compare

What's Changed

Please run the Reload app without saving command or quit and restart Obsidian after updating the plugin. Thank you.

πŸ’ͺ Fixes

  • fix: Improve performance when multiple files are edited quickly by @claremacrae in #3394
  • fix: Support Check boxes and List Items in "1)"-style numbered lists by @claremacrae in #3402

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

πŸ™ Support Tasks development

7.18.4: Fixes for Auto-Suggest and 'group by function'

24 Mar 17:25
Compare
Choose a tag to compare

What's Changed

Please quit and restart Obsidian or run the Reload app without saving command after updating the plugin. Thank you.

πŸ’ͺ Fixes

πŸ› οΈ Behind the scenes

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

πŸ™ Support Tasks development

7.18.3: Prevent use of missing properties in placeholders

15 Mar 08:17
Compare
Choose a tag to compare

What's Changed

  • fix: Prevent use of missing properties in placeholders (#3249) by @claremacrae in #3380
    • This stops things like {{query.file.property('non-existent frontmatter property')}} becoming accidentally used in queries.
  • refactor: Move code for rendering ListItem to TaskLineRenderer by @claremacrae and @ilandikov in #3377

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

πŸ™ Support Tasks development

Please reload the vault after updating the plugin. Thank you.

7.18.2: Fix links relative links like [[#some heading]] in search results

11 Mar 10:06
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

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

New Contributors

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

πŸ™ Support Tasks development

7.18.1: Fix searches in callouts in Live Preview at startup

03 Mar 14:59
Compare
Choose a tag to compare

What's Changed

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

πŸ’ͺ Fixes

  • fix: register handlers before the layout is ready by @mnaoumov in #3368
    • This fixes the display on startup of Tasks search results when in Callouts in Live Preview editing mode.

New Contributors

Full Changelog

πŸ™ Support Tasks development

7.18.0: Improve 'explain' output; delay search execution at startup

02 Mar 23:06
Compare
Choose a tag to compare

What's Changed

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

🌟 Features

πŸ’ͺ Fixes

πŸ“– Documentation

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

πŸ™ Support Tasks development

7.17.0: Add 3 translations; fix Reading mode date-picker on iPhones

22 Feb 21:53
Compare
Choose a tag to compare

What's Changed

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

Here are the most notable user-visible changes.

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

πŸ™ Support Tasks development