7.16.0: Override default sort order, and toggle non-task checkbox lines in tree view
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
- fix: Toggle non-task checkbox lines in tree view by @ilandikov and @claremacrae in #3338
- This fixes #3170: 'show tree' does not render non-task checkboxes
π Documentation
- docs: Document
task.lineNumberfor sorting by line number by @claremacrae in #3340- A much-requested feature is now documented: Use
sort by function task.lineNumberto override the default sort order. - See the documentation.
- A much-requested feature is now documented: Use
π οΈ 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:
- chore: Run pre-commit checks on .svelte and json test data files by @claremacrae in #3327
- contrib, chore: Improvements to setting up a build environment, mostly for vscode and windows. by @EanLombardo in #3337
- refactor: add
TaskLocationtoListItemby @ilandikov and @claremacrae in #3326 - refactor: make
ListItemclass more similar toTaskby @ilandikov and @claremacrae in #3328 - refactor: check or uncheck list items by @ilandikov and @claremacrae in #3329
New Contributors
- @EanLombardo made their first contribution in #3337
Full Changelog (including changes too small to note above, and that do not affect the behaviour of the plugin itself):
π Support Tasks development