15.1.0
See the CHANGELOG .
Added 2
- Support new command line option `-Lm…` for controlling the m-limit when using the fdp layout algorithm
- Add new vt plugin option `-Tvt-8up2` for using Unicode octant characters to render 8-pixels-per-cell output
Fixed 2
- Restore ability to build from source with `--disable-python` or `--disable-python3` flags
- Prevent Gvedit from leaving temporary files on disk when previewing
Added
- When using the fdp layout algorithm (
dot -Kfdp …orfdp …), a new command line option-Lm…is supported for controlling the “m-limit”. See the man page for details about this option. #954 - The vt plugin has a new option for using Unicode octant characters to render
8-pixels-per-cell output,
-Tvt-8up2.
Fixed
- When building from source from a Git checkout, builds with
--disable-python/--disable-python3once again work. This was a regression in Graphviz 14.1.3. #2839 - Gvedit no longer leaves temporary files on disk when previewing.