Releases: blacksmithgu/obsidian-dataview
0.5.16
0.5.16 (Beta)
Dataview now tracks initialization and will report when all files have been indexed in the console; you can
programmatically see this via dataview:index-ready
, or by checking api.index.initialized
.
0.5.15
0.5.15 (Beta)
- Add hover highlights to tables to make seeing rows a little easier.
- Tables and task lists now include counts of the number of results in the headers.
- Further improved task selection in the task view.
0.5.14
0.5.14 (Beta)
- Fix task highlighting when not grouping.
- Remove some spurious console logging.
- Slightly improve task highlighting behavior when clicking on a task.
0.5.13
0.5.12
0.5.12 (Beta)
Improve error messages for queries somewhat and get rid of some ugly output.
0.5.11
0.5.11 (Beta)
Add detection of tasks inside of block quotes, as well as correctly implement automatic checking and unchecking of these
tasks.
0.5.10
0.5.10 (Beta)
Adds the Dataview: Force Refresh Views
Command (accessible via the Ctrl+P command view) to force current views to
refresh immediately.
0.5.9
0.5.9 (Beta)
Another fix for due-date related emoji in tasks. I hate emoji.
0.5.8
0.5.8 (Beta)
Fix some issues with infinite loops of tasks due to bad Obsidian metadata (potentially due to being out of date?).
0.5.7
0.5.7 (Beta)
Fix issues with parsing '🗓️2021-08-29' due-date annotations on tasks, as well as an issue with properly extracting
due/completed/completed times for use in queries.