From 8398e4a1b544350a68e7a3aaaf93e7d5fd2b01c4 Mon Sep 17 00:00:00 2001 From: mProjectsCode Date: Wed, 14 Jun 2023 16:20:47 +0200 Subject: [PATCH] update changelog and bump version --- CHANGELOG.md | 19 ++++++++++++++++--- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c00b743e..c30e173e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ # Obsidian Meta Bind Changelog -# 5.0.0 +# 0.5.0 -IN PROGRESS +New Features +- Live Preview support +- Obsidian Publish support (docs page coming soon) +- Inline Select input field (more or less a dropdown select) +- Progress Bar input field (a bigger full note width slider) +- On and Off Value arguments for the Toggle input field (specify custom on and off values for the toggle) +- new error handling system that supports warnings -# 4.X.X +Minor Changes +- added timed cache retention to the plugins on demand metadata cache + +Bug Fixes +- fixed a bug with the metadata cache needlessly updating the frontmatter +- fixed some mistakes in the docs + +# 0.4.X No changelog available. diff --git a/manifest.json b/manifest.json index 7c14d471..c4eaef79 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-meta-bind-plugin", "name": "Meta Bind Plugin", - "version": "0.4.3", + "version": "0.5.0", "minAppVersion": "0.14.0", "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", "author": "Moritz Jung", diff --git a/package-lock.json b/package-lock.json index 176c0161..18fba178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-meta-bind-plugin", - "version": "0.4.3", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-meta-bind-plugin", - "version": "0.4.3", + "version": "0.5.0", "license": "GPL-3.0", "dependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", diff --git a/package.json b/package.json index 3048b450..14643e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-meta-bind-plugin", - "version": "0.4.3", + "version": "0.5.0", "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 51ce4186..b2fa63f1 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.3.3": "0.12.0", - "0.4.0": "1.1.0" + "0.4.0": "1.1.0", + "0.5.0": "1.3.5" }