Skip to content

Commit

Permalink
update changelog for 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Jan 4, 2024
1 parent 7eee200 commit 408654c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Obsidian Meta Bind Changelog

# 0.11.0

New Features

- Meta Bind Buttons can now update metadata (implements [#160](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/160))
- CSS Classes can now be added to Meta Bind Buttons
- A tooltip that is different from the label can now be added to Meta Bind Buttons (implements [#170](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/170))
- The `useLinks` argument suggester like input fields now supports the `partial` value. (implements [#151](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/151))

Changes

- The computed value of math view fields will now be saved as a number if it is a number

Bug Fixes

- Fixed a multitude of small issues related to unloading and the button builder

# 0.10.2

Changes
Expand Down
4 changes: 2 additions & 2 deletions exampleVault/Button Example.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
count: 1
count: 0
---
Meta Bind is getting Buttons

Expand Down Expand Up @@ -193,7 +193,7 @@ actions:
- type: updateMetadata
bindTarget: count
evaluate: false
value: "0"
value: 0
```

Expand Down

0 comments on commit 408654c

Please sign in to comment.