Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 04:13
3bfc1de

Kagi v0.9.0 — Markdown preview with Mermaid diagrams

New: Editor-mode markdown preview (#123)

  • Right-click a .md file in the editor tree → Preview Markdown (or use the Preview / Back-to-editor chip on open markdown buffers)
  • Native GPUI rendering: selectable text, syntax-highlighted code blocks, zoom-tracking typography
  • Mermaid diagrams render inline when mermaid-cli (mmdc) is installed — cached per content+theme, dark-theme aware. Without it, diagram source is shown with an install hint
  • Legible inline code (padding, rounded corners), tuned heading/paragraph spacing, readable selection highlight

Improvements & fixes

  • Window size is remembered across launches (restores as-is down to 400×300; falls back to the default for corrupt values; survives force-quit)
  • Full C++ syntax highlighting for .cpp / .cc / .h / .hpp (was nearly unhighlighted)
  • Vertical arrow keys move the code-editor cursor again