Releases: gopasspw/gopass
Releases · gopasspw/gopass
1.8.1 / 2018-06-08
1.8.0 / 2018-06-06
1.8.0 / 2018-06-06
This release includes several possibly breaking changes.
The gopass move
implementation was refactored to properly support moving
entries and subtrees across mount points. This may change the behaviour slightly.
Also the build flags were changed to build PIE binaries. This should not affect
the runtime behaviour, but we could not test this on all platforms, yet.
- [BREAKING] Make move work recursively and across stores [#821]
- [FEATURE] Add git credential caching [#743]
- [FEATURE] Add local recipient intregrity checks [#800 #826]
- [ENHANCEMENT] Handle key-value pairs on generate and insert [#790]
- [ENHANCEMENT] Add gpg.listKeys caching [#804]
- [ENHANCEMENT] Add append mode for gopass insert [#807]
- [ENHANCEMENT] Support external password generators [#811]
- [ENHANCEMENT] Add gopass generate completion heuristic [#817]
- [ENHANCEMENT] Add revive linter checks [#822]
- [ENHANCEMENT] Remove -static build flag, enable CGO and -buildmode=PIE [#823]
- [ENHANCEMENT] Warn if RCS backend is noop during gopass sync [#825]
- [ENHANCEMENT] Support for special password rules on generate [#832]
- [ENHANCEMENT] Improve create wizard [#842]
- [ENHANCEMENT] Honor templates on generate [#847]
- [ENHANCEMENT] Support NO_COLOR [#851]
- [BUGFIX] Reset clipboard timer on repeated copy [#813]
- [BUGFIX] Add --force to git add invocation [#839]
- [BUGFIX] Rename updater GitHub Organisation [#818]
- [BUGFIX] Default to origin master for git pull [#819]
- [BUGFIX] Properly propagate RCS backend on gopass clone [#820]
- [BUGFIX] Fix sub store config propagation [#837 #841]
- [BUGFIX] Use default for password store dir [#846]
- [BUGFIX] Properly handle autosync on recipients save [#848]
- [BUGFIX] Resolve key IDs to fingerprints before adding or removing [#850]
1.6.12 / 2018-06-06
1.6.12 / 2018-06-06
- [BUGFIX] Add file URL forward compatiblity
1.7.2 / 2018-05-28
1.7.2 / 2018-05-28
- [BUGFIX] Fix tilde expansion [#802]
1.7.1 / 2018-05-25
1.7.0 / 2018-05-22
1.7.0 / 2018-05-22
- [FEATURE] Pluggable crypto, storage and RCS backends. Including a pure-Go NaCl based crypto backend [#645] [#680] [#736] [#777]
- [FEATURE] Password history [#660]
- [FEATURE] Vault backend [#723] [#730]
- [FEATURE] Consul backend [#697]
- [FEATURE] HIBPv2 Dump and API support [#666] [#706]
- [FEATURE] Select recipients per secret [#703]
- [FEATURE] Add experiemental OpenPGP crypto backend [#670]
- [ENHANCEMENT] Support HIBPv2 API and Dumps [#666]
- [ENHANCEMENT] Robust K/V parser with YAML fallback [#659]
- [ENHANCEMENT] Restrict fsck to given path [#721]
- [ENHANCEMENT] Refactor [#702] [#708] [#715] [#722] [#731]
- [ENHANCEMENT] Proper Makefile dependencies [#707]
- [ENHANCEMENT] Auto-copy with safecontent [#685]
- [ENHANCEMENT] Add disable notifications option [#690]
- [ENHANCEMENT] Migrate from govendor to dep [#688]
- [ENHANCEMENT] Improve test coverage [#732] [#781] [#782]
- [ENHANCEMENT] Improvate YAML handling [#739]
- [ENHANCEMENT] Audit freshly generated passwords [#761]
- [BUGFIX] Use sh instead of bash [#699]
- [BUGFIX] Lookup correct remote for current branch [#692]
- [BUGFIX] Fix GPG binary detection on Windows [#681] [#693]
- [BUGFIX] Version [#727]
- [BUGFIX] Git init [#729]
- [BUGFIX] Secret.String() [#738]
- [BUGFIX] Fix generate --symbols [#742] [#783]
1.6.11 / 2018-02-20
1.6.10 / 2018-01-18
1.6.10 / 2017-01-18
1.6.9 / 2018-01-05
1.6.9 / 2017-01-05
- [BUGFIX] Fix update URL check [#610]
1.6.8 / 2018-01-05
1.6.8 / 2017-01-05
- [ENHANCEMENT] Add OpenBSD Ksh completion [#586]
- [ENHANCEMENT] Increase test coverage [#589] [#590] [#592] [#595] [#596] [#597] [#601] [#602] [#603] [#604]
- [ENHANCEMENT] Update Documentation and Dockerfile [#591] [#605]
- [BUGFIX] Use Termwiz CUI on OpenBSD [#588]
- [BUGFIX] Fix create wizard [#594]
- [BUGFIX] Use persistent bufio.Reader [#607]