2018-01-20 09:19:49 +01:00
|
|
|
# `1.2.0` (unreleased)
|
|
|
|
|
2018-01-20 10:18:40 +01:00
|
|
|
* Add a logger and enable `-v` and `-vv` options
|
2018-01-20 09:50:37 +01:00
|
|
|
* Add the `--no-networks` and `--no-ports` options to avoid rendering networks and ports
|
2018-01-20 09:32:34 +01:00
|
|
|
* Add the `--background` option to set the graph's background color
|
2018-01-20 09:19:49 +01:00
|
|
|
* Versions correctly merged and checked
|
|
|
|
|
|
|
|
# `1.1.0`
|
2017-06-14 21:26:27 +02:00
|
|
|
|
2017-11-17 00:38:43 +01:00
|
|
|
* Display `depends_on` conditions
|
|
|
|
* Handle conditions in `depends_on`
|
2017-06-14 21:26:27 +02:00
|
|
|
* Automatically load override file if it exists or ignore it using `--ignore-override`
|
|
|
|
|
|
|
|
# `1.0.0`
|
2016-08-05 21:44:26 +02:00
|
|
|
|
2017-01-05 13:02:11 +01:00
|
|
|
* Avoid duplicating edges when there is multiple extended services
|
2016-08-06 14:20:20 +02:00
|
|
|
* Display extended services as components with inverted arrows
|
2016-08-05 21:44:26 +02:00
|
|
|
* Display services as components
|
|
|
|
* Display volumes as folders
|
|
|
|
* Display ports as circles
|
|
|
|
* Display networks as pentagon
|
|
|
|
* Display service links as plain arrows
|
|
|
|
* Display service dependencies as dotted arrows
|
|
|
|
* Display volume links as dashed arrows
|
|
|
|
* Display external resources as grayed items
|
|
|
|
* Render graph as PNG (`image` renderer)
|
|
|
|
* Render graph as dot file (`dot` renderer)
|
|
|
|
* Open graph as PNG image (`display` renderer)
|