Skip to content

Commit 301a6c8

Browse files
committed
update changelog for 1.4.0
1 parent 054ec99 commit 301a6c8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Obsidian Meta Bind Changelog
22

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)
22+
323
# 1.3.4
424

525
Changes

0 commit comments

Comments
 (0)