Skip to content

Releases: kumi-stack/diagrams

Release 0.4.0

Choose a tag to compare

@Feridum Feridum released this 13 Jul 16:31

Added support for icon from https://thesvg.org/
CleanShot 2026-07-13 at 18 29 28

Release 0.3.0

Choose a tag to compare

@Feridum Feridum released this 05 Jul 11:22
  • change delete files to move to trash operation

Release 0.2.0

Choose a tag to compare

@Feridum Feridum released this 05 Jul 10:40

First public release

Features

  • Projects as folders - each project is a separate directory with .mmd diagrams and optional .kumi-diagrams.json configuration.
  • File tree management - create, rename, and delete folders and diagrams directly from the app.
  • Mermaid editor - the preview renders automatically while you type, and syntax errors are shown immediately.
  • Editor autocomplete - the app detects the diagram type and suggests Mermaid identifiers, keywords, and directions. Currently supported for flowcharts, sequence diagrams, state diagrams, and ER diagrams.
  • Appearance configuration - global, project-level, and per-diagram settings for theme, font, background, Mermaid look, and connection curves.
  • PNG export - save a diagram as a PNG file or copy the rendered image to the clipboard.
  • Optional local AI - Ollama integration can generate initial Mermaid source from a description without sending data to external services.