* Added ``--all`` shortcut option to ``rm`` and ``rmi`` commands. * Internal fixes and updates (thanks: `Anthony DiSanti`_, `Arthur Skowronek`_). * Updated `Python Prompt Toolkit`_ to 0.57.
0.6.10.6.4
===========
Features: ---------
* Added "refresh" command to force refresh of autocompletions.
Bug fixes: ----------
* Fix for the crash on image names with ':' (thanks `Sean`_). * Fix for incorrect handling of "attach" in external CLI call. * Fix for an error when running with --publish port:port and --detach (80). * Fix for "exec" failing because of "interactive" parameter passed in erroneously (92).
0.6.8
=====
* Fix for "port" command not returning anything (100). * Fix for "--publish" not publishing the ports (90).
0.6.7
=====
Fixes and travis updates.
0.6.6
=====
* Fixes to support python 2.6. * Added logging (finally).
0.6.5
=====
Features: ---------
* Updated `Python Prompt Toolkit`_ to 0.46. This adds the following features:
* Ctrl + Z puts the application into background (suspends it). Use "fg" command to bring it back. * Meta + ! brings up "system prompt".
* Support for using TLS and DOCKER_* variables with Swarm (thanks `achied`_). * Colorized output of "inspect".
Bug fixes: ----------
* Fixed completer crashing when trying to autocomplete Unicode characters. * Fixed external CLI call when environment variable contains spaces.