Releases: marcwebbie/passpie
Releases · marcwebbie/passpie
Version 1.6.0
- ✔ Fix support for GPG 2.1.X. #112
v1.5.1 Release
Version 1.5.1
- ✔ Repackage release 1.5.0
From 1.5.0
- ✔ Fix an issue with gpg2 (v2.1) where it does not respect --passphrase
- ✔ Fix empty config file error
- ✔ Fix tests on logging passphrase exception
- ✔ Fix logging minor exceptions to level error
- ✔ Upgrade dependencies
- ✔ Update encrypted credential dump to cleaner yaml.safe_dump
v1.5.0 Release
- ✔ Fix an issue with gpg2 (v2.1) where it does not respect --passphrase
- ✔ Fix empty config file error
- ✔ Fix tests on logging passphrase exception
- ✔ Fix logging minor exceptions to level error
- ✔ Upgrade dependencies
- ✔ Update encrypted credential dump to cleaner yaml.safe_dump
v1.4.1 Release
- ✔️ Fix string literals as unicode
v1.4.0 Release
- ✔️ Add support for empty passwords when adding credentials. closes #91
- ✔️ Add interactive edit with editor on cli.update. closes #87
- ✔️ Add interactive option to cli.add
- ✔️ Remove short_commands config. closes #93
- ✔️ Add command aliases support. closes #92
- ✔️ Add list credentials command:
passpie list
- ✔️ Refactor validators into validators module
- ✔️ Fix not loading global config on
passpie config
- ✔️ Add option config:
passpie --config path/to/config
- ✔️ Add hidden field configuration. closes #90
- ✔️ Fix import unicode on csv_importer
- ✔️ Fix not loading config from remote db. closes #89
v1.2.0 Release
- √ Add configurable master csv importer
- √ Fix cli
--importer
name on import command - √ Add Keepass csv importer. fixes #32
- √ Add
--importers
option to import - √ Fix genpass raising re.error on pattern error fixes #84
- √ Set
--pattern
option as standalone - √ Fix passpie complete commands for shells
- √ Fix tests on creating repository for git init
- √ Fix error creating subdir in database in git init
v1.1.1 Release
- √ Fix filtering by fullname without login
- √ Update colors on copy message
v1.1.0 Release
- √ Add volatile passpie repo using git url as path:
passpie -D https://foo@example.com/user/repo.git
. - √ Add autopush git remote history.
- √ Set default config recipient to
null
. - √ Fix error on passpie init raising exception when path exists. Closes #83
v1.0.2 Release
√ Fix passpie update command values in wrong order
v1.0.1 Release
√ Fix missing --passphrase
option to init