Changelog¶
The purpose of this document is to list all of the notable changes to this project. The format was inspired by Keep a Changelog. This project adheres to semantic versioning.
Release 2.2.1 (2018-06-21)¶
Bumped proc requirement to version 0.15 to pull in an upstream bug fix
for hanging Travis CI builds caused by gpg-agent not detaching to the
background properly because the standard error stream was redirected.
Lots of improvements were made to the proc.gpg module in proc release 0.15
and I consider the GPG agent functionality to be quite relevant for
qpass, so this warrants a bug fix release.
Release 2.2 (2018-04-26)¶
- Added this changelog.
- Added
licensekey tosetup.pyscript.
Release 2.1 (2018-01-20)¶
The focus of this release was on hiding of sensitive details (fixes #1):
Release 2.0.2 (2017-11-20)¶
Bug fix for default password store discovery in CLI.
Release 2.0.1 (2017-07-27)¶
Minor bug fixes (update __all__, fix heading in README.rst).
Release 2.0 (2017-07-27)¶
Added support for multiple password stores.
Release 1.0.3 (2017-07-18)¶
Bug fix for previous commit :-).
Release 1.0.2 (2017-07-18)¶
Bug fix: Don’t print superfluous whitespace for ‘empty’ entries.
Release 1.0.1 (2017-07-16)¶
Bug fix: Ignore failing tty commands.
Release 1.0 (2017-07-16)¶
Initial commit and release.