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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,30 @@
1
1
# Obsidian Meta Bind Changelog
2
2
3
-
# Unreleased
3
+
# 0.12.0
4
+
5
+
New Features
6
+
7
+
- Added options to insert example input and view fields, as well as buttons, from the editor context menu [#179](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/179)
8
+
- Added the option to control if a note should be opened in a new tab to the `open` button action [#178](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/178)
9
+
- Added button templates that can be edited from the plugin settings
10
+
11
+
Changes
4
12
5
13
- Improved validation errors for buttons and the API
6
14
- Removed deprecated input fields that had names in snake_case. Use the camelCase variants instead. The snake_case variants were deprecated since version `0.6.0`.
15
+
- Reworked the UI for the input field template modal
16
+
- Made substantial internal changes to the way the plugin handles metadata
17
+
- Changed the plugin name to `Meta Bind` to comply with the new Obsidian plugin naming requirements
18
+
- Removed some unnecessary console logs to comply with the Obsidian plugin guidelines
19
+
20
+
Bug Fixes
21
+
22
+
- Fixed an issue with the `stepSize` argument causing floating point errors under specific conditions when used with the `progressBar` input [#180](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/180)
23
+
- Fixed parsing errors not showing in the input field template modal
24
+
- Fixed button id collisions [#187](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/187)
25
+
- Fixed buttons not unloading on file rename or delete [#187](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/187)
26
+
- Fixed not being able to scroll the `editor` input field [#161](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/161)
27
+
- Fixed the `editor` input field overflowing [#190](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/190)
0 commit comments