You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Obsidian Meta Bind Changelog
2
2
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
0 commit comments