Skip to content

Releases: obsidian-tasks-group/obsidian-tasks

7.13.0: Date Picker in Create and Edit Task modal

05 Nov 22:11
Compare
Choose a tag to compare

What's Changed

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

🌟 Features

New Date Picker in the Edit Task Modal - thank you @ilandikov!

Date-picker demonstration video
Short video showing the new date picker

πŸ› οΈ 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.12.3: Fix reading of queries that end in `\`, in Obsidian 1.7.4's Live Preview

02 Nov 16:25
Compare
Choose a tag to compare

What's Changed

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

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

πŸ™ Support Tasks development

7.12.2: Prevent Tasks getting stuck 'Loading Tasks...'

29 Oct 22:11
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: 7.12.1...7.12.2

7.12.1: Fix toggling of non-recurring tasks in Live Preview

27 Oct 11:20
Compare
Choose a tag to compare

What's Changed

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

  • fix: Correct the direct toggling of non-recurring tasks in Live Preview by @claremacrae in #3149
  • refactor: renames in QueryResultsRenderer by @ilandikov in #3147

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

πŸ™ Support Tasks development

7.12.0: Show nested tests - and Daylight Savings and On Completion fixes

26 Oct 00:32
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.

🌟 Features

Use show tree instruction to show tasks as indented!

image

Credit: Thanks to @stasmarkin for the original idea - and to @ilandikov for many excellent pair-programming sessions working on this...

See the documentation to find out how it works.

πŸ’ͺ Fixes

πŸ“– Documentation

πŸ› οΈ Behind the scenes

Some of the many steps behind the show tree feature:

Other changes:

  • vault: Add manual test of recurrence in Pacific/Auckland at DST boundary by @claremacrae in #3144

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.11.1: Improve usability and layout of Settings

10 Oct 21:46
Compare
Choose a tag to compare

What's Changed

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

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

πŸ™ Support Tasks development

Full Changelog: 7.11.0...7.11.1

7.11.0: Random sorting with 'sort by random'

06 Oct 10:17
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

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

🌟 Features

Add random sorting, with sort by random by @claremacrae and @qelo in #3110

Example search:

```tasks
not done
no happens date
limit 10

sort by random
```

Learn more in the documentation: Random sorting

πŸ› οΈ 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.10.2: Edit Task modal retains all Cancelled date edits; improve `group by status` & `sort by status`

25 Sep 00:28
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

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

πŸ’ͺ Fixes

  • fix: Edit Task modal now retains edits to Cancelled date by @claremacrae in #3099
  • fix: Improve usefulness of 'group by status' and 'sort by status' by @claremacrae in #3101

πŸ› οΈ Behind the scenes

  • refactor: Replace Status factory functions with static objects by @ilandikov in #3093

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

πŸ™ Support Tasks development

7.10.1: Fixes to error messages, Postpone and Edit Task modal

22 Sep 04:22
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

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

πŸ’ͺ Fixes

  • fix: Make 'filter by function' show statement in error messages by @claremacrae in #3075
  • fix: Postpone puts a checkmark on menu item with currently selected date by @ilandikov in #3073
  • fix: postpone to current date keeps postpone button active by @ilandikov in #3076
  • fix: retain manually added Done & Cancelled dates in modal by @ilandikov in #3087

πŸ› οΈ Dependencies

  • chore(deps-dev): bump builtin-modules from 3.3.0 to 4.0.0 [reverted] by @dependabot in #2957
  • build(deps): bump requirejs from 2.3.6 to 2.3.7 by @dependabot in #3006
  • chore(deps-dev): bump ts-jest from 29.1.1 to 29.2.5 by @dependabot in #3050
  • chore(deps-dev): bump @testing-library/jest-dom from 6.1.6 to 6.5.0 by @dependabot in #3054

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

πŸ™ Support Tasks development

7.10.0: Faster start-up, especially on mobile - and right-click on dates to edit

06 Sep 22:13
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.

🌟 Features

Add date context menu in Reading mode and Tasks Query results by @claremacrae in #3045

  • Right-click on any date value - in Reading mode and Tasks query results - to make some common edits, similar to the Postpone menu, but you control which field is edited.
  • Note: this feature is not yet documented, in order to allow the following bug-fix to be released.

πŸ’ͺ Fixes

Load cache when workspace is ready by @rxkris in #3060

  • This significantly speeds up Tasks start-up time, especially on mobile.

πŸ› οΈ Behind the scenes

Improvements made to new features prior to their release:

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