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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Obsidian Meta Bind Changelog
2
2
3
+
# 1.3.0
4
+
5
+
New Features
6
+
7
+
- Added a tooltip to error indicators
8
+
- Added modifier support for button clicks
9
+
- Middle-clicking on buttons will open files in a new tab for any action that opens files [#436](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/436)
10
+
- Added a button action to run a templater file without creating a new note (thanks reply2za) [#466](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/pull/466)
11
+
- Added option to specify a background image for buttons [#429](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/429)
12
+
- Image view fields now work with URLs [#476](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/476)
13
+
- Added a data attribute to input fields that reflects their internal value [#475](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/475)
14
+
15
+
Changes
16
+
17
+
- Updated image suggester styling and allowed it as an inline input field
18
+
- Multiple small improvements to the button builder
19
+
20
+
Bug Fixes
21
+
22
+
- Fixed markdown parser not handling block references in links correctly [#494](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/494)
23
+
- Fixed `addLabels` not working for the `progressBar` input (thanks Cube707) [#473](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/pull/473)
24
+
- Fixed the `defaultValue` argument having no effect on the `number` input field [#470](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/470)
25
+
- Fixed the meta bind table sometimes not correctly unloading [#487](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/487)
26
+
27
+
Misc
28
+
29
+
- Internal improvements to input and view fields
30
+
- Canary releases are now marked as prereleases on GitHub
0 commit comments