7.6.1: Tasks searches now work with Tabs plugin!
What's Changed
Please quit and restart Obsidian after updating the plugin. Thank you.
Here are the most notable user-visible changes.
πͺ Fixes
- fix: Tasks search results now render correctly in Tabs plugin by @claremacrae in #2945 - thanks to @xhuajin for reporting the issue and finding the fix.
Tasks can now be used in the Tabs plugin!
For example:
````tabs
tab: Todo
```tasks
folder includes Obsidian
not done
```
tab: Done
```tasks
folder includes Obsidian
done today
```
````
Might give:
π Documentation
- docs: fixed a minor typo by @WhoAmI-WhereAmI in #2928
- docs: Fix first task example in Getting Started by @luxedo in #2948
π οΈ Dependencies
- build(deps): bump boon-js from 2.0.4 to 2.0.5 by @dependabot in #2427
- build(deps-dev): bump eslint from 8.54.0 to 8.57.0 by @dependabot in #2902
- chore(deps): bump ws from 8.14.2 to 8.17.1 by @dependabot in #2906
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #2907
- chore(deps-dev): bump @evilmartians/lefthook from 1.5.2 to 1.7.2 by @dependabot in #2952
- chore(deps-dev): bump markdownlint-cli2 from 0.8.1 to 0.13.0 by @dependabot in #2747
- chore(deps-dev): bump svelte-check from 3.6.0 to 3.8.4 by @dependabot in #2927
π οΈ Behind the scenes
Improvements made to new features prior to their release:
CAUTION! Do not use these - they are subject to significant changes prior to their eventual release. Thank you.
- feat: Experimental access to raw frontmatter in query.file & task.file by @claremacrae in #2940
- feat: improve access to tags by @ilandikov in #2949
- fix: Prevent task.frontmatter.tags being null if no tags in frontmatter by @claremacrae in #2951
New Contributors
- @WhoAmI-WhereAmI made their first contribution in #2928
- @luxedo made their first contribution in #2948
Full Changelog (including changes too small to note above, and that do not affect the behaviour of the plugin itself):
π Support Tasks development