Skip to content

4.21.11

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Aug 00:23
· 1 commit to main since this release

Fixed

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