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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Obsidian Meta Bind Changelog
2
2
3
+
# 1.3.1
4
+
5
+
Bug Fixes
6
+
7
+
- Fixed the new `backgroundImage` and `cssStyles` button options not working
8
+
- Fixed the `open` action not being able to open plain file paths
9
+
3
10
# 1.3.0
4
11
5
12
New Features
@@ -8,7 +15,8 @@ New Features
8
15
- Added modifier support for button clicks
9
16
- 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
17
- 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)
18
+
- Added an option named `backgroundImage` to specify a background image for buttons [#429](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/429)
19
+
- Added an option named `cssStyles` to specify inline CSS styles for a button
12
20
- Image view fields now work with URLs [#476](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/476)
13
21
- Added a data attribute to input fields that reflects their internal value [#475](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/475)
0 commit comments