github obsidian-tasks-group/obsidian-tasks 1.4.0

latest releases: 7.14.0, 7.13.0, 7.12.3...
3 years ago

Changes

I may have broken some things as this is a rather large release. Let me know as soon as possible if you find any bugs. Please add them to the issue tracker.

Contributions

Reverse Sorting (#254)

It is now possible to reverse the order of the results using for example sort by due reverse.

Thank you @Skn0tt!

Added small section in tips to call out reminders (#353)

Added a section to the documentation which describes how to integrate Tasks with the obsidian reminder plugin.

Thank you @liambresnahan!

Expose render methods (#363)

Internal changes which will enable the CodeMirror options plugin to show task query results in preview. This is going to be cool.

Thank you @nothingislost!

Additions

New and Expanded Documentation

See https://schemar.github.io/obsidian-tasks/.

The new documentation also explains the new features in more detail.

Add priority to tasks

Initial simple version with three priorities plus "no priority" which is above "low" priority.

See https://schemar.github.io/obsidian-tasks/getting-started/priority/ for details.

Add scheduled date

A new scheduled date to differentiate between "due" and "scheduled" for better task management.

See https://schemar.github.io/obsidian-tasks/getting-started/dates/ for details.

Add start date

Can be used as a blocker when a task should be hidden until its start date.

See https://schemar.github.io/obsidian-tasks/getting-started/dates/ for details.

All dates carry over for recurring tasks

Dates are all moved forward, relative to the primary date.

See https://schemar.github.io/obsidian-tasks/getting-started/recurring-tasks/#priority-of-dates for details.

Add urgency

Tasks are now by default sorted by "urgency". It is a calculated score that tries to reflect the likelihood that you need to work on a certain task.

See https://schemar.github.io/obsidian-tasks/advanced/urgency/ for details.

Add short mode

Added a new "short" mode which shows emoji details only on hover.

See https://schemar.github.io/obsidian-tasks/queries/layout/#short-mode for details.

Bugfixes

  • Recurrence now works as intended (#261, #324, #352)
    • New occurrences of recurring tasks are now due on the correct date
  • Block links are now kept (#337)
    • Toggling or editing a task no longer removes the block link
  • Sorting by description now regards markup (#310)
    • Sorting should now sort by the visible test instead of the markdown
  • Filtering no longer applies to the global filter (#277)
    • The global filter is now completely ignored when filtering queries by description
  • Spaced tasks are now rendered correctly in preview (#313)

Don't miss a new obsidian-tasks release

NewReleases is sending notifications on new releases.