- Drop python3.6 support
- Use funcparserlib-1.0.0a0 or newer to support new python versions
- Allow to write multiline string via triple quotes (""" ... """)
- Drop python2 and python3.4 support
- Fix a bug - #23: Crash in antialias mode
- Support blockdiag 1.5.0 core interface
- Fix bugs
- Fix ascending syntax was disabled on refactoring parser
- rackdiag: Fix rackheight syntax (cf. rack { 12U }) was disabled
- Change interface of docutils node (for sphinxcontrib module)
- Add options to blockdiag directive (docutils extension)
width: height: scale: align: name: class: figwidth: figclass:
- Support python 3.2 and 3.3 (thanks to @masayuko)
- Drop supports for python 2.4 and 2.5
- Replace dependency: PIL -> Pillow
- Fix bugs
- [rackdiag] Allow multiple rackitems in same level
- Fix bugs
- [rackdiag] Add auto-numbering feature
- Fix bugs
- Fix bugs
- Optimize algorithm for rendering shadow
- Add options to docutils directive
- [packetdiag] represent splitted packets with dashed-line
- Fix bugs
- Fix bugs
- Add packetdiag_sphinxhelper
- Add packetdiag which supports generating packet-header diaagram
- [nwdiag] Add diagram attribute: external_connector
- Update to new package structure (blockdiag >= 1.1.2)
- Allow # to comment syntax
- Fix bugs
- Accept N/A rack-unit
- Add fontfamily attribute for switching fontface
- Fix bugs
- [rackdiag] Support multiple racks rendering
- [rackdiag] Add rack attribute: unit-height, weight, ampere, ascending
- [rackdiag] Support putting multiple items to same rack-unit
- Add rackdiag which supports genarating rack-structure diagram
- Add docutils extension
- Fix bugs
- Add class feature (experimental)
- Follow blockdiag-0.9.7 interface
- Follow blockdiag-0.9.5 interface
- Change shape of trunkline like a pipeline
- Add network attribute: color
- Add diagram attribute: default_network_color
- Add diagram attributes: default_text_color
- Fix bugs
- Add diagram attributes: default_node_color, default_group_color and default_line_color
- Fix bugs
- Add syntax for peer network
- Add syntax for peer network (experimental)
- Fix bugs
- Fix bugs
- Fix bugs
- Upgrade layout engine
- Allow to note ip addresses directly
- Allow node_id including hyphen chars
- Fix bugs
- Fix bugs
- Allow "." to id token
- Support input from stdin
- Support multiple node address (using comma)
- Do not sort networks (ordered as declarations)
- Fix bugs
- Adjust parameters for span and margin
- Add --version option
- Fix bugs
- Fix bugs
- Implement grouping nodes
- Change license to Apache License 2.0
- Support blockdiag 0.8.1 core interface
- Rename package to nwdiag
- Fix bugs
- Fix bugs
- Implement jumped edge
- Fix bugs
- Fix sphinxcontrib_netdiag was not worked
- Support multi-homed host
- Drop network-bridge sytanx (cf. net_a -- net_b)
- Fix bugs
- First release