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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Obsidian Meta Bind Changelog
2
2
3
+
# 1.1.3
4
+
5
+
New Features
6
+
7
+
- Added the option to specify custom regexp flags for the regexp replace in note button action [#372](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/372)
8
+
- Other metadata fields can now be referenced in the update metadata button action via `getMetadata(bindTarget)`[#358](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/358)
9
+
10
+
Bug Fixes
11
+
12
+
- Fixed being unable to interact with some input fields in live preview mode on android [#339](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/339)
0 commit comments