Skip to content

Releases: gopasspw/gopass

1.8.1 / 2018-06-08

08 Jun 08:37
Compare
Choose a tag to compare

1.8.1 / 2018-06-08

  • [BUGFIX] Trim fsck path [#856]
  • [BUGFIX] Handle URL parse errors in create [#855]

1.8.0 / 2018-06-06

06 Jun 12:03
v1.8.0
Compare
Choose a tag to compare

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

06 Jun 16:28
v1.6.12
Compare
Choose a tag to compare

1.6.12 / 2018-06-06

  • [BUGFIX] Add file URL forward compatiblity

1.7.2 / 2018-05-28

28 May 13:08
v1.7.2
Compare
Choose a tag to compare

1.7.2 / 2018-05-28

  • [BUGFIX] Fix tilde expansion [#802]

1.7.1 / 2018-05-25

25 May 07:59
v1.7.1
Compare
Choose a tag to compare

1.7.1 / 2018-05-25

  • [BUGFIX] Add nogit compat handler [#792]
  • [BUGFIX] Fix reencrypt [#796]

1.7.0 / 2018-05-22

22 May 14:36
v1.7.0
Compare
Choose a tag to compare

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

20 Feb 08:39
v1.6.11
Compare
Choose a tag to compare

1.6.11 / 2017-02-20

  • [ENHANCEMENT] Documentation updates [#648] [#656]
  • [ENHANCEMENT] Add secret completions to edit command in zsh [#654]
  • [BUGFIX] Avoid escaping values added to secrets [#658]
  • [BUGFIX] Fix parsing of GPG UIDs [#650]

1.6.10 / 2018-01-18

18 Jan 15:55
v1.6.10
Compare
Choose a tag to compare

1.6.10 / 2017-01-18

  • [ENHANCEMENT] Add Travis MacOS builds [#618]
  • [ENHANCEMENT] Make gopass build on DragonFlyBSD [#619]
  • [ENHANCEMENT] Increase test coverage [#621] [#622] [#624]
  • [BUGFIX] Properly handle sub-store configuration [#625]
  • [BUGFIX] Fix Makefile [#615] [#617]
  • [BUGFIX] Fix failing tests on MacOS [#614]

1.6.9 / 2018-01-05

05 Jan 10:29
v1.6.9
Compare
Choose a tag to compare

1.6.9 / 2017-01-05

  • [BUGFIX] Fix update URL check [#610]

1.6.8 / 2018-01-05

05 Jan 09:28
v1.6.8
Compare
Choose a tag to compare

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]