All Versions
11
Latest Version
Avg Release Cycle
78 days
Latest Release
2574 days ago

Changelog History
Page 2

  • v0.6.0 Changes

    February 07, 2015
    • โž• 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.