Skip to content

Releases: blacksmithgu/obsidian-dataview

0.1.7

25 Feb 00:30
Compare
Choose a tag to compare

Add more tests to fix some query regressions.

0.1.6

24 Feb 23:45
Compare
Choose a tag to compare

Various minor improvements and bugfixes.

  • Adds the '!=' operator.
  • Fixes several major parser bugs which caused incorrect parses.
  • Fixed the implementation of some operators like 'or' and 'and'.
  • Improve table layout (now includes thead/tbody).
  • Render "query returned 0 results" for queries that returned no
    results.
  • Catch more errors at runtime and display them inline instead of just in the console.
  • Specify a default value for nulls.
  • Mild README comprehension improvements.
  • Added donation option and contributor section to README.

0.1.5

13 Feb 01:58
Compare
Choose a tag to compare
  • Add date and duration support!
  • You can now use dashes ('-') in tag queries.
  • Dataview no longer errors on YAML entries with null values.

0.1.4

09 Feb 08:30
Compare
Choose a tag to compare

Fixed versioning issue

0.1.3

08 Feb 09:27
Compare
Choose a tag to compare

Index now tracks file renames; access nested YAML fields via '.'

0.1.2

06 Feb 06:47
Compare
Choose a tag to compare

Now reads tags from frontmatter; task lists render Markdown properly; fix task list loading on startup

0.1.1

04 Feb 08:41
Compare
Choose a tag to compare

No longer wait indefinitely on indices; better reloading support.

Initial

01 Feb 01:41
Compare
Choose a tag to compare
0.1.0

Fix image embeds