mapiproxy 0.5.2
-
Add option --color=always|never|auto to control the use of color escapes.
'Auto' is 'on' on terminals, 'off' otherwise. -
Colorize text, digits and whitespace in binary output. This makes it easier
to match the hex codes on the left to the characters on the right. -
Support raw IPv6 addresses in LISTEN_ADDR and FORWARD_ADDR, between square brackets.
For example,[::1]:50000
. -
Clean up Unix sockets when Control-C is pressed.