- Looking for a new maintainer. #76
- Fixed a bug that prevented the README from being visible on the PyPI website. #65
- Fixed the forwarding of unknown arguments to
pip
. In version 1.0, such arguments would be forwarded topip list
but not topip install
, causing inconsistent behaviour when using, for example, the--user
flag. Such usage should now work better. #62 - Added a convenience feature to interactive mode: you can repeat your last answer (
y
orn
) by simply pressing the return key. #70 - Specified the license terms (BSD). #56
- Other minor logic, distribution and documentation fixes. #57, #74, #54, #59, #66
Thanks to @kshitij10496, @cherichy and @joshbode for contributing pull requests to this release.