4.15.0
⚠ Breaking change
Breadcrumbs now requires Obsidian 1.13.0 or later. If you're still on Obsidian 1.12, stay on 4.14.2 — the last release that supports 1.12. Fixes for the 1.12 line are maintained on the 1.12-compat branch.
Features
- Searchable, navigable settings. The settings tab now uses Obsidian 1.13's declarative settings API — every section appears in the global settings search and opens as its own page. The Breadcrumbs tab also has its own icon in the settings list.
- Reorganised settings. Views lead with the in-note Page views (Trail, Previous/next) before the sidebar Matrix and Tree views. Edge sources are grouped by how they work: content you write (Tag, List), then names and paths (Dendron, Johnny.Decimal, Date, Regex), then link traversal (Traverse).
- Entry descriptions. Every settings entry now has a short description explaining what it does.
Under the hood
- Removed the legacy imperative
display()settings path; the tab renders entirely throughgetSettingDefinitions(). - Expanded the README Security & Privacy disclosures (network calls, WASM module, exported linear memory,
new Function).
Full changelog: 4.14.2...4.15.0