Skip to content

Commit 8398e4a

Browse files
committed
update changelog and bump version
1 parent f8d5517 commit 8398e4a

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Obsidian Meta Bind Changelog
22

3-
# 5.0.0
3+
# 0.5.0
44

5-
IN PROGRESS
5+
New Features
6+
- Live Preview support
7+
- Obsidian Publish support (docs page coming soon)
8+
- Inline Select input field (more or less a dropdown select)
9+
- Progress Bar input field (a bigger full note width slider)
10+
- On and Off Value arguments for the Toggle input field (specify custom on and off values for the toggle)
11+
- new error handling system that supports warnings
612

7-
# 4.X.X
13+
Minor Changes
14+
- added timed cache retention to the plugins on demand metadata cache
15+
16+
Bug Fixes
17+
- fixed a bug with the metadata cache needlessly updating the frontmatter
18+
- fixed some mistakes in the docs
19+
20+
# 0.4.X
821

922
No changelog available.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-meta-bind-plugin",
33
"name": "Meta Bind Plugin",
4-
"version": "0.4.3",
4+
"version": "0.5.0",
55
"minAppVersion": "0.14.0",
66
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
77
"author": "Moritz Jung",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-meta-bind-plugin",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "This plugin can create input fields inside your notes and bind them to metadata fields.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"0.3.3": "0.12.0",
3-
"0.4.0": "1.1.0"
3+
"0.4.0": "1.1.0",
4+
"0.5.0": "1.3.5"
45
}

0 commit comments

Comments
 (0)