----------------------
Added
- Support for supplying "program arguments" that are appended to the command
- Support for other filenames then Dockerfile in Parser object
- Colored output of commands/variables on TTY's (if ansicolors_ is installed)
.. _ansicolors: https://pypi.python.org/pypi/ansicolors
Changed
- Search for Dockerfile in parent folders until one is found or ``/`` is
reached, if one cannot be found in the current directory. Always run
commands from the path where the Dockerfile is located.
Fixed
- Message "Variables: No variables defined in Dockerfile (yet)" is removed
- AttributeError when wdocker is run outside of environment