honcho v0.7.0 Release Notes

Release Date: 2016-04-10 // about 8 years ago
    • โž• ADDED: Honcho can now export to a runit <http://smarden.org/runit/>_ service directory.
    • โž• ADDED: You can now specify the location of the Procfile with a PROCFILE environment variable.
    • โž• ADDED: Python 3.5 is now a supported environment.
    • ๐Ÿ”„ CHANGED: Python 3.0, 3.1, and 3.2 are no longer supported environments.
    • ๐Ÿ›  FIXED: The run command now correctly parses commands which include the -- "end of arguments" separator.
    • ๐Ÿ›  FIXED: Honcho no longer fails to load .env files if the Procfile is not in the application directory.
    • ๐Ÿ›  FIXED: ANSI colour codes from running programs can no longer interfere with Honcho's output.
    • ๐Ÿ›  FIXED: Export of environment variables containing special characters no longer breaks the Upstart exporter.
    • ๐Ÿ›  FIXED: The supervisord exporter now correctly escapes the % symbol in commands and environment variable values.