Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 15:19
· 47 commits to main since this release

v0.2.1 — the big content release. Diagrams, math, mind maps, LaTeX, vault search, and agent control.

Diagrams

  • Mermaid + Graphviz/DOT rendering with an LRU cache, off-thread pre-rasterization, and a zoom modal (scroll/drag/Escape via image::viewer).

Math & LaTeX

  • Block $$…$$ math rendered by the native iced_math widget (zero-JS).
  • LaTeX .tex documents — render full .tex files with their own sidebar/outline tab.

Mind map

  • Canvas mind map view — navigation, leaf panel, ⌘⌥W panel-width cycle, ⌘/ shortcut cheatsheet, outline auto-scroll.

Vault-wide search

  • ⌘⇧F cross-file search with a Zed-style results page, syntax highlighting, and Enter-to-search.

Agent control (IPC/CLI)

  • clap-based CLI with an IPC server/client: open, goto, set-mode, list-sections, current — platform-scoped socket with stale-socket recovery.
  • Auto-workspace on file open, ⌘⌥C copy path, per-call --focus/--no-focus.

More

  • Code folding chord — ⌘K then 0–6.
  • Status footer, font zoom, more language grammars.
  • ⌘⇧. toggles hidden files/dirs; horizontal axis-locked sidebar scroll.

Full Changelog: v0.2.0...v0.2.1