Skip to content

Commit 103cba2

Browse files
committed
update changelog
1 parent ec4ebc2 commit 103cba2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

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

3+
# 1.3.0
4+
5+
New Features
6+
7+
- Added a tooltip to error indicators
8+
- Added modifier support for button clicks
9+
- 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+
- 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)
12+
- Image view fields now work with URLs [#476](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/476)
13+
- Added a data attribute to input fields that reflects their internal value [#475](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/475)
14+
15+
Changes
16+
17+
- Updated image suggester styling and allowed it as an inline input field
18+
- Multiple small improvements to the button builder
19+
20+
Bug Fixes
21+
22+
- Fixed markdown parser not handling block references in links correctly [#494](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/494)
23+
- Fixed `addLabels` not working for the `progressBar` input (thanks Cube707) [#473](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/pull/473)
24+
- Fixed the `defaultValue` argument having no effect on the `number` input field [#470](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/470)
25+
- Fixed the meta bind table sometimes not correctly unloading [#487](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/issues/487)
26+
27+
Misc
28+
29+
- Internal improvements to input and view fields
30+
- Canary releases are now marked as prereleases on GitHub
31+
332
# 1.2.5
433

534
Bug Fixes

0 commit comments

Comments
 (0)