Skip to content

Releases: blacksmithgu/obsidian-dataview

0.5.47

11 Oct 06:24
Compare
Choose a tag to compare

0.5.47

Improves date + duration behavior when either the date or duration are null.

0.5.46

10 Sep 00:17
Compare
Choose a tag to compare

0.5.46

  • Fix #1412: Fix bad file.cday and file.ctime comparisons due to wrong timezone being set. Ugh.

0.5.45

08 Sep 05:24
Compare
Choose a tag to compare

0.5.45

  • #1400: Properly use the group by field for the group name.
  • Fix bad table highlighting in some themes.

0.5.44

08 Sep 04:31
Compare
Choose a tag to compare

0.5.44

  • #1404: Fixed dates in non-local timezones parsing incorrectly.
  • Fixed some build non-determinism issues.
  • Swapped to pull requests for adding new functionality, and added some more internal tests.

0.5.43

26 Aug 03:17
Compare
Choose a tag to compare

0.5.43

  • Fix #1366: Better handling of calendar emoji (used as due dates in tasks).

0.5.42

23 Aug 05:19
Compare
Choose a tag to compare

0.5.42

It's been over a month since the last release! Anyway, this release bundles several nice user-contributed features:

  • @AB1908: Tag queries are now case insensitive.
  • @AB1908: Shift-clicking a link/task to open in a new tab now works properly on Mac.
  • @AB1908: Numerous documentation fixes for clarity and more examples.
  • @AnnaKornfeldSimpson: Additional emoji shorthands for more task fields (finished, due).
  • @ooker777: Documentation improvements for some DataviewJS functions, and the ability to use inline emoji for the
    completion tracking feature.
  • @mt-krainski: Custom date formats for task completions.
  • @gentlegiantJGC: Better support for nested inline fields (i.e., less crashy).
  • @kometenstaub: Experimental support for evaluating inline queries inside live preview; there are still some limitations (refreshing doesn't work yet), but a great step forward!

0.5.41

06 Jul 07:57
Compare
Choose a tag to compare

0.5.41

  • Fix a bad regex doing escaping in markdown tables.
  • Improve async documentation.

0.5.40

05 Jul 01:20
Compare
Choose a tag to compare

0.5.40

Adds some more documentation about the new markdown functionality.

0.5.39

05 Jul 01:09
Compare
Choose a tag to compare

0.5.39

  • Fixed an issue where checking a task in a task view would check the wrong box visually.
  • Added experimental plugin APIs for querying dataview directly as markdown, and converting dataview results to properly
    formatted markdown.

0.5.38

28 Jun 04:40
Compare
Choose a tag to compare

0.5.38

  • Some minor documentation improvements.
  • Fix an issue with inline fields rendering out of order. That was a wierd bug.