Skip to content

Releases: nickstenning/honcho

v0.6.2

09 Mar 01:18
Compare
Choose a tag to compare
  • 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.

v0.6.1

09 Mar 01:18
Compare
Choose a tag to compare
  • CHANGED: Honcho is now released as a universal wheel package (with support for
    Python 2 and 3).

v0.6.0

09 Mar 01:18
Compare
Choose a tag to compare
  • ADDED: Started keeping a changelog!
  • ADDED: A version command: honcho version will print the current version.
  • CHANGED: Supervisor export now executes commands inside a shell (like other
    exporters and honcho itself).
  • CHANGED: Supervisor exports now sets PORT environment variable consistently
    with other exporters and the rest of honcho.
  • CHANGED: Supervisor export now takes a directory as the location parameter on
    the command line, e.g. honcho export supervisord /etc/supervisord.d, thus
    making the use consistent with other exporters. N.B. This is a
    backwards-incompatible change!
  • FIXED: Addressed numerous text encoding bugs.
  • FIXED: Honcho exporters can now be used on Python 3.2
  • FIXED: Honcho no longer crashes when all processes are made --quiet.