Releases: hbmartin/graphviz2drawio
Releases · hbmartin/graphviz2drawio
v1.1.0
What's Changed
- Significantly improves cluster / subgraph handling (thanks @khushalcodiste for investigating)
- Adds first-class support for cloud architectural package Diagrams
- Automatically retries with UTF-8 encoding if system setting (default) is not already in UTF-8 encoding (thanks @CongJie-Pan for investigating)
- Adds a command line encoding flag
- Improves other shape and image handling
- Improves typing and multi type handling when calling library's
convert(...)method - Compatibility with Python 3.14
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Add support for dashed node borders, stroke width on nodes and edges
- Support for gradients
Full Changelog: v0.5.0...v1.0.0
v0.5.0 🎨
What's Changed
- Enable one command Mac installation with homebrew
- Support for piping in file from stdin
- Improved color processing, especially for edges and arrows
- Improved node shape conversion
- Improved font styling for layout and alignment
- Improved editing experience for converted font styles in draw.io UI
- Bug fixes for titles with colons
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Rewrite of edge conversion. Curves, line, and arrow conversions are significantly more accurate
- Full support for image nodes (thanks @laurierloi and @NguyenTien110 )
- Keep text on edges in resulting draw.io output (thanks @jdputsch )
- Support invisible nodes
- Add py.typed for library users
- Remove Sentry error reporting
- Support multiple file conversion
New Contributors
- @laurierloi made their first contribution in #49
- @jdputsch made their first contribution in #59
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- update packaging metadata by @bollwyvl in #35
- Clusters/Subgraphs by @samkhal in #55
- fix for head and tail port by @haisland0909 in #34
- Adds edge labels by @antback in #36
- Update NodeFactory.py by @raucha in #43
- Fix shapes not being correctly propagated from SVG by @samkhal in #57
Full Changelog: v0.2.0...v0.3.0