Releases: kumi-stack/diagrams
Releases · kumi-stack/diagrams
Release list
Release 0.4.0
Added support for icon from https://thesvg.org/

Release 0.3.0
- change delete files to move to trash operation
Release 0.2.0
First public release
Features
- Projects as folders - each project is a separate directory with
.mmddiagrams and optional.kumi-diagrams.jsonconfiguration. - 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.