Skip to content

Commit fb7072c

Browse files
committed
Auto-release 0.5.60
1 parent 56a383a commit fb7072c

File tree

6 files changed

+19
-4
lines changed

6 files changed

+19
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.60
2+
3+
- @RyotaUshio: Add explicit rendering of inline fields in live preview. They are much more visually distinct now!
4+
- @MarioRicalde: Adds `PluginApi#evaluateInline(expression, path)` to the plugin API, which evaluate expressions as if you were on the given page.
5+
6+
---
7+
18
# 0.5.59
29

310
- Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue.

Diff for: docs/docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.60
2+
3+
- @RyotaUshio: Add explicit rendering of inline fields in live preview. They are much more visually distinct now!
4+
- @MarioRicalde: Adds `PluginApi#evaluateInline(expression, path)` to the plugin API, which evaluate expressions as if you were on the given page.
5+
6+
---
7+
18
# 0.5.59
29

310
- Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue.

Diff for: manifest-beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.59",
4+
"version": "0.5.60",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

Diff for: manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.59",
4+
"version": "0.5.60",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataview",
3-
"version": "0.5.59",
3+
"version": "0.5.60",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

Diff for: versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,6 @@
135135
"0.5.56": "0.12.0",
136136
"0.5.57": "0.12.0",
137137
"0.5.58": "0.12.0",
138-
"0.5.59": "0.12.0"
138+
"0.5.59": "0.12.0",
139+
"0.5.60": "0.12.0"
139140
}

0 commit comments

Comments
 (0)