Skip to content

1.21.0 - Many improvements to task sorting

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 13:49

What's Changed

🌟 Most Notable

Please restart Obsidian after updating the plugin. Thank you.

Sorting Tasks: Features and Fixes

The majority of effort in this release went on overhauling the code for sorting tasks. In adding tests, I found and fixed a number of issues with the current sorting code. See the Fixes list below.

  • Added sort by happens - this sorts by the earliest of scheduled, start and due dates.
  • Added sort by filename
  • Added sort by heading

Also, group by filename now links to the note, for quick navigation. Thanks @ilandikov!

Full List

🌟 Features

πŸ’ͺ Fixes

Fixes to sorting of tasks:

Other fixes:

πŸ“– Documentation

πŸ› οΈ Dependencies

  • build(deps): bump commonmarker from 0.23.5 to 0.23.6 in /docs by @dependabot in #1171
  • chore(deps): Bump nokogiri from 1.13.8 to 1.13.10 in /docs by @dependabot in #1383
  • chore(deps-dev): Bump svelte-check from 2.9.0 to 2.10.3 by @dependabot in #1414

πŸ› οΈ Behind the scenes

New Contributors

Full Changelog: 1.20.0...1.21.0