Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Jun 14, 2023
1 parent f8d5517 commit 8398e4a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 8398e4a

Please sign in to comment.