Skip to content

Commit 99b979b

Browse files
release: 4.13.0-beta.3
1 parent e170592 commit 99b979b

5 files changed

Lines changed: 11 additions & 4 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.13.0-beta.3](https://github.com/michaelpporter/breadcrumbs/compare/4.13.0-beta.2...4.13.0-beta.3) (2026-05-29)
8+
9+
### Features
10+
11+
* **Traverse note builder** — a new explicit edge source. Annotate any note with `BC-traverse-note-field: <field>` to make it a traversal root. Breadcrumbs performs a DFS walk of the Obsidian vault link graph (resolved wikilinks) starting from that note, generating one edge per parent→child hop in the traversal tree. No special frontmatter required on linked notes.
12+
713
### [4.13.0-beta.2](https://github.com/michaelpporter/breadcrumbs/compare/4.13.0-beta.1...4.13.0-beta.2) (2026-05-29)
814

915
### Features

manifest-beta.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.13.0-beta.2",
4+
"version": "4.13.0-beta.3",
55
"minAppVersion": "1.12.3",
66
"description": "Add structured hierarchies to your notes.",
77
"author": "MichaelPPorter",

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.13.0-beta.2",
4+
"version": "4.13.0-beta.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.13.0-beta.2",
3+
"version": "4.13.0-beta.3",
44
"description": "Add typed-links to your Obsidian notes",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,5 +301,6 @@
301301
"4.11.10": "1.12.3",
302302
"4.12.0": "1.12.3",
303303
"4.13.0-beta.1": "1.12.3",
304-
"4.13.0-beta.2": "1.12.3"
304+
"4.13.0-beta.2": "1.12.3",
305+
"4.13.0-beta.3": "1.12.3"
305306
}

0 commit comments

Comments
 (0)