Skip to content

Releases: blacksmithgu/obsidian-dataview

0.5.16

23 Apr 22:48
Compare
Choose a tag to compare

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

21 Apr 02:57
Compare
Choose a tag to compare

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

20 Apr 03:34
Compare
Choose a tag to compare

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

19 Apr 05:55
Compare
Choose a tag to compare

0.5.13 (Beta)

Several smaller bugfixes!

  • Fix #997: Use the group by field name in the table name.
  • Prevent tons of errors if you incorrectly set the inline query prefix.

0.5.12

19 Apr 04:46
Compare
Choose a tag to compare

0.5.12 (Beta)

Improve error messages for queries somewhat and get rid of some ugly output.

0.5.11

19 Apr 04:34
Compare
Choose a tag to compare

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

19 Apr 04:00
Compare
Choose a tag to compare

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

08 Apr 08:47
Compare
Choose a tag to compare

0.5.9 (Beta)

Another fix for due-date related emoji in tasks. I hate emoji.

0.5.8

08 Apr 08:03
Compare
Choose a tag to compare

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

08 Apr 06:42
daae80b
Compare
Choose a tag to compare

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.