4.14.1
Bug Fixes
- Tree View multi-parent — a note with multiple parents now appears under each parent in the Tree View. Previously, a shared
visitedset across all traversal branches caused the node to appear only once (under whichever parent was processed first). Replaced with a per-branchancestorsset so cycle detection blocks only literal ancestors on the current path, not siblings or diamond nodes.
Full changelog: 4.14.0...4.14.1