* Fix `-o name.dot` outputting "layouted" dot instead of directly emitting the generated dot graph. This can lead to issues with older graphviz installation under some circumstances.
This release moved the GUI to it's own package in [precice/config-visualizer-gui](https://github.com/precice/config-visualizer-gui). You can find it on [PyPi](https://pypi.org/project/precice-config-visualizer-gui/).
* Add support to directly generate images using `-o image.png`. Supports pdf, png, svg, jpeg, jpg. * Improve robustness of config parsing. Tag order doesn't matter now. * Add extensive test suite.