You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tree View and Matrix View no longer lose your expand/collapse state on navigation. If you locked either view to a note and clicked through other notes, the whole tree (or matrix) would silently collapse/re-expand back to its default state — sometimes with a short delay. Three separate causes were at play: a locked-path computation that looked "changed" to Svelte on every navigation even though it wasn't; a redundant full view remount on every note switch; and Matrix rebuilding its data even while locked to a fixed note. All three are fixed. Refs #768
Fixed a build-time type error from a recent @types/luxon update (no user-facing behavior change).
Replaced a deprecated Obsidian API call for the canvas-overwrite confirmation dialog.
Chores
Updated a few transitive dependencies (undici, brace-expansion, fast-uri, nanoid) past versions with known security advisories.
Stopped Dependabot from opening pull requests against the frozen 1.12-compat branch.