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.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.
- 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
TaskLocation
toListItem
by @ilandikov and @claremacrae in #3326 - refactor: make
ListItem
class more similar toTask
by @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