Skip to content

Commit 408654c

Browse files
committed
update changelog for 0.11.0
1 parent 7eee200 commit 408654c

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Obsidian Meta Bind Changelog
22

3+
# 0.11.0
4+
5+
New Features
6+
7+
- Meta Bind Buttons can now update metadata (implements [#160](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/160))
8+
- CSS Classes can now be added to Meta Bind Buttons
9+
- 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))
10+
- The `useLinks` argument suggester like input fields now supports the `partial` value. (implements [#151](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/151))
11+
12+
Changes
13+
14+
- The computed value of math view fields will now be saved as a number if it is a number
15+
16+
Bug Fixes
17+
18+
- Fixed a multitude of small issues related to unloading and the button builder
19+
320
# 0.10.2
421

522
Changes

exampleVault/Button Example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
count: 1
2+
count: 0
33
---
44
Meta Bind is getting Buttons
55

@@ -193,7 +193,7 @@ actions:
193193
- type: updateMetadata
194194
bindTarget: count
195195
evaluate: false
196-
value: "0"
196+
value: 0
197197
198198
```
199199

0 commit comments

Comments
 (0)