Skip to content

Commit d9e33d1

Browse files
release: 4.14.1
1 parent 607530d commit d9e33d1

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.1](https://github.com/michaelpporter/breadcrumbs/compare/4.14.0...4.14.1) (2026-06-03)
8+
9+
### Bug Fixes
10+
11+
* **Tree View multi-parent** — a note with multiple parents now appears under each parent in the Tree View. Previously, a shared `visited` set across all traversal branches caused the node to appear only once (under whichever parent was processed first). Replaced with a per-branch `ancestors` set so cycle detection blocks only literal ancestors on the current path, not siblings or diamond nodes.
12+
713
### [4.14.0](https://github.com/michaelpporter/breadcrumbs/compare/4.13.11...4.14.0) (2026-06-02)
814

915
### Features

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

0 commit comments

Comments
 (0)