* FIXED: Environment variables in ``.env`` files can, once again, contain backslash escapes.
0.6.5
-------------------
* ADDED: Exporter templates can now be overridden by the ``--template-dir`` option to ``honcho export``. * CHANGED: Colour output is now supported by default on Windows. * CHANGED: Base port is no longer required to be a multiple of 1000. * FIXED: Output is no longer buffered on Python 3. * FIXED: Environment variables in ``.env`` files can now take any POSIX-valid values rather than simple alphanumerics only.
0.6.4
-------------------
* FIXED: Common arguments (``-f``, ``-d``, etc.) given before the subcommand (``start``, ``run``, etc.) are no longer ignored on Python 2.7.9.
0.6.3
-------------------
* CHANGED: The commandline ``-p/--port`` option now takes precedence over all other ways of setting the start port.
0.6.2
-------------------
* ADDED: Colour output is now supported on Windows when the ``colorama`` package is installed. * FIXED: Honcho no longer always crashes on Windows. Sorry about that.
0.6.1
-------------------
* CHANGED: Honcho is now release as a universal wheel package (with support for Python 2 and 3).