From fb7072c6ef4db3f6b496e79cbd37d61cd908f183 Mon Sep 17 00:00:00 2001 From: Michael Brenan Date: Fri, 6 Oct 2023 01:00:05 -0700 Subject: [PATCH] Auto-release 0.5.60 --- CHANGELOG.md | 7 +++++++ docs/docs/changelog.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 6 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf6022f..537f7ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.5.60 + +- @RyotaUshio: Add explicit rendering of inline fields in live preview. They are much more visually distinct now! +- @MarioRicalde: Adds `PluginApi#evaluateInline(expression, path)` to the plugin API, which evaluate expressions as if you were on the given page. + +--- + # 0.5.59 - Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue. diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 0bf6022f..537f7ff1 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,10 @@ +# 0.5.60 + +- @RyotaUshio: Add explicit rendering of inline fields in live preview. They are much more visually distinct now! +- @MarioRicalde: Adds `PluginApi#evaluateInline(expression, path)` to the plugin API, which evaluate expressions as if you were on the given page. + +--- + # 0.5.59 - Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue. diff --git a/manifest-beta.json b/manifest-beta.json index c902d027..3e7c82a3 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.59", + "version": "0.5.60", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/manifest.json b/manifest.json index c902d027..3e7c82a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.59", + "version": "0.5.60", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/package.json b/package.json index 5269138b..64e39d99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dataview", - "version": "0.5.59", + "version": "0.5.60", "description": "Advanced data views for Obsidian.md.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/versions.json b/versions.json index fdc9b8a2..99a2ddee 100644 --- a/versions.json +++ b/versions.json @@ -135,5 +135,6 @@ "0.5.56": "0.12.0", "0.5.57": "0.12.0", "0.5.58": "0.12.0", - "0.5.59": "0.12.0" + "0.5.59": "0.12.0", + "0.5.60": "0.12.0" }