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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Obsidian Meta Bind Changelog
2
2
3
+
# 1.4.0
4
+
5
+
New Features
6
+
7
+
- Button actions with line numbers can now use relative line number offsets [#296](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/296)
8
+
- Exposed the mathjs singleton via the JavaScript API. This allows registering custom functions to mathjs. (thanks Cube707) [#481](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/pull/481)
9
+
10
+
Changes
11
+
12
+
- Majorly revamped the internal structure of the plugin to make certain things easier. Most internal things are not where they were anymore, sorry if you relied on that.
13
+
- Added memorization to plugin internal metadata manager. This should majorly improve performance for notes with lots of input and view fields.
14
+
- Added tooltips to the slider indicating the current value (thanks Cube707) [#529](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/pull/529)
15
+
16
+
Bug Fixes
17
+
18
+
- Fixed some context menus overlapping when right clicking certain input fields [#517](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/517)
19
+
- Fixed `createNote` button action option `openIfAlreadyExists` not opening the note in a new tab when `ctrl`-clicking [#520](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/520)
20
+
- Fixed `createNote` button action option `openIfAlreadyExists` not working if the file was in the root of the vault [#521](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/521)
21
+
- Fixed `runTemplaterFile` button action not working as intended [#522](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/522)
0 commit comments