Skip to content

Commit 5f310c4

Browse files
release: 4.14.3
1 parent a55a8f3 commit 5f310c4

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## 4.X
66

7+
### [4.14.3](https://github.com/michaelpporter/breadcrumbs/compare/4.14.2...4.14.3) (2026-07-06)
8+
9+
### Bug Fixes
10+
11+
* **typed_link (1.12-compat)** — inline Dataview properties are recognized again for users still on Obsidian < 1.13: paren/bracket wrappers (`(down:: [[Note]])`, `[down:: [[Note]]]`), blockquoted fields (`> [up:: [[Note]]]`), and wrapped fields appearing mid-sentence rather than only at the start of a line (`... is a child of (up:: [[Note]])`). Promotes the 4.14.3-beta.1/beta.2 backport to stable (#724).
12+
713
### [4.14.3-beta.2](https://github.com/michaelpporter/breadcrumbs/compare/4.14.3-beta.1...4.14.3-beta.2) (2026-07-06)
814

915
### Bug Fixes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "breadcrumbs",
33
"name": "Breadcrumbs",
4-
"version": "4.14.3-beta.2",
4+
"version": "4.14.3",
55
"minAppVersion": "1.12.3",
66
"description": "Add structured hierarchies to your notes.",
77
"author": "MichaelPPorter",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "breadcrumbs",
3-
"version": "4.14.3-beta.2",
3+
"version": "4.14.3",
44
"description": "Add typed-links to your Obsidian notes",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)