8000 Releases Β· obsidian-tasks-group/obsidian-tasks Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: obsidian-tasks-group/obsidian-tasks

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

7.16.0: Override default sort order, and toggle non-task checkbox lines in tree view

18 Feb 17:38
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

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

Here are the most notable user-visible changes.

πŸ’ͺ Fixes

πŸ“– Documentation

  • docs: Document task.lineNumber for sorting by line number by @claremacrae in #3340
    • A much-requested feature is now documented: Use sort by function task.lineNumber to override the default sort order.
    • See the documentation.

πŸ› οΈ Behind the scenes

Improvements made to new features prior to their release:

  • spike: Experimentally cache data from query.allTasks calculations by @claremacrae in #3339

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

0