Skip to content

4.14.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 11:58
· 73 commits to main since this release

Bug Fixes

  • 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.

Full changelog: 4.14.0...4.14.1