Announcement 2026-05-20 — v4.11.2–4.11.3
Breadcrumbs 🍞
Section titled “Breadcrumbs 🍞”4.11.2 and 4.11.3 are out.
Bug Fixes
- Thread command crashed without injecting edge —
vault.create()fires theon:createevent synchronously before its promise resolves, so the new note’s graph node was already registered by the time the thread command ran its batch update. The duplicate node registration threw an error, aborting the batch and preventing the breadcrumb link from being written to the source note’s frontmatter. (#696)
Housekeeping (4.11.3)
breadcrumbs_graph_wasm_bg.wasmis now included as a GitHub release asset, resolving an Obsidian community plugin scorecard warning. Build provenance attestations are generated formain.js,styles.css, and the WASM file.wasm/Cargo.lockis committed for reproducible WASM builds.