Skip to content

Commit

Permalink
Auto-release beta 0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed May 9, 2022
1 parent ba4fb5d commit 1ede384
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.5.19 (Beta)

Dataview now uses IndexedDB to cache file metadata, reducing startup time to virtually nothing if you've opened the
vault before; if you have a small vault (<1000 notes), you may notice a slight improvement, but large vaults and mobile
devices will notice a very significant performance improvement to "first valid paint". Some other performance parameters
have been tuned to hopefully make the default experience better.

A few small bugs related to rendering have also been squashed, including an issue with images being scaled wrongly.

---

# 0.5.18 (Beta)

- Tasks in task views now support alternative task status characters like '!' and '/'; thanks @ebullient.
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.5.19 (Beta)

Dataview now uses IndexedDB to cache file metadata, reducing startup time to virtually nothing if you've opened the
vault before; if you have a small vault (<1000 notes), you may notice a slight improvement, but large vaults and mobile
devices will notice a very significant performance improvement to "first valid paint". Some other performance parameters
have been tuned to hopefully make the default experience better.

A few small bugs related to rendering have also been squashed, including an issue with images being scaled wrongly.

---

# 0.5.18 (Beta)

- Tasks in task views now support alternative task status characters like '!' and '/'; thanks @ebullient.
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.18",
"version": "0.5.19",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed. Beta version.",
"author": "Michael Brenan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dataview",
"version": "0.5.18",
"version": "0.5.19",
"description": "Advanced data views for Obsidian.md.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@
"0.5.15": "0.13.11",
"0.5.16": "0.13.11",
"0.5.17": "0.13.11",
"0.5.18": "0.13.11"
"0.5.18": "0.13.11",
"0.5.19": "0.13.11"
}

0 comments on commit 1ede384

Please sign in to comment.