Release Notes for Cyphernetes v0.10.1
This version drops the heavy, native GraphViz dependency and replaces it with a lean string generator.
It also introduces Left-Right graph layouts (default) for better readability and disables graphs by default, as well as other bug fixes and improvements to usability.
Features
- New toggle
\gl
for graph layout (Toggle between Left-Right and Top-Bottom, default is Left-Right)
Improvements
- Graphs are now disabled by default - use
\g
to enable/disable - Remove GraphViz dependency - restored binary distributions for all platforms in the GitHub release
Bugfixes
- Graphs would get sanitized even when graph mode was disabled. Sanitizing the graph is now called from the graph drawing function directly