Skip to content

Releases: gopasspw/gopass

1.6.7 / 2017-12-31

31 Dec 19:45
v1.6.7
Compare
Choose a tag to compare

1.6.7 / 2017-12-31

  • [ENHANCEMENT] Add --sync flag to gopass show [#544]
  • [ENHANCEMENT] Update dependencies [#547]
  • [ENHANCEMENT] Use gocui for terminal UI [#562]
  • [ENHANCEMENT] Increase test coverage [#548] [#549] [#567] [#568] [#570] [#572] [#574] [#575] [#577] [#578] [#583] [#584]
  • [ENHANCEMENT] Add Dockerfile [#561]
  • [ENHANCEMENT] Add zsh and fish completion generator [#565]
  • [ENHANCEMENT] Add go-fuzz instrumentation [#576]
  • [BUGFIX] Catch URL parse errors [#546]

1.6.6 / 2017-12-20

20 Dec 14:38
v1.6.6
Compare
Choose a tag to compare

1.6.6 / 2017-12-20

  • [FEATURE] Selective Sync [#538]
  • [ENHANCEMENT] Make termwiz honor copy flag [#534]
  • [ENHANCEMENT] Make shell completion respect binary name [#536]
  • [ENHANCEMENT] Refactor [#533] [#540] [#541] [#542]
  • [BUGFIX] Show git output [#529]

1.6.5 / 2017-12-15

15 Dec 15:46
v1.6.5
Compare
Choose a tag to compare

1.6.5 / 2017-12-15

  • [ENHANCEMENT] Handle errors gracefully [#524]
  • [BUGFIX] Follow symlinks [#519]
  • [BUGFIX] Improve gpg binary detection [#520] [#522]

1.6.4 / 2017-12-13

13 Dec 19:30
Compare
Choose a tag to compare

1.6.4 / 2017-12-13

  • [ENHANCEMENT] Support desktop notifications on Mac and Windows [#513]
  • [BUGFIX] Fix slice out of bounds error [#517]
  • [BUGFIX] Allow .password-store to be a symlink [#516]
  • [BUGFIX] Respect --store flag to git subcommand [#512]

1.6.3 / 2017-12-12

12 Dec 09:16
v1.6.3
Compare
Choose a tag to compare

1.6.3 / 2017-12-12

  • [ENHANCEMENT] Avoid altering YAML secrets unless necessary [#508]
  • [ENHANCEMENT] Documentation updates [#493] [#509]
  • [ENHANCEMENT] Abort if no gpg binary was found [#506]
  • [ENHANCEMENT] Support GOPASS_GPG_OPTS and GOPASS_UMASK [#504]
  • [BUGFIX] Create .gpg-keys if it does not exist [#507]

1.6.2 / 2017-12-02

02 Dec 11:16
v1.6.2
Compare
Choose a tag to compare

1.6.2 / 2017-12-02

  • [FEATURE] Add gopass fix command [#471]
  • [ENHANCEMENT] Add pledge support on OpenBSD [#469]
  • [ENHANCEMENT] Improve no clipboard warning [#484]
  • [BUGFIX] Allow OTP entry in password field [#467]
  • [BUGFIX] Default to vi if no other editor is available [#479]
  • [BUGFIX] Avoid auto-search running non-interactively [#483]

1.6.1 / 2017-11-15

15 Nov 08:40
v1.6.1
Compare
Choose a tag to compare

1.6.1 / 2017-11-15

  • [FEATURE] Add generic OTP action [#440]
  • [ENHANCEMENT] Ignore any secret that does not end with .gpg [#461]
  • [ENHANCEMENT] Add option to display only the password [#455]
  • [ENHANCEMENT] Disable fuzzy search for gopass find [#454]
  • [BUGFIX] Fix .gpg-id selection for subfolders [#465]
  • [BUGFIX] Set gpg.program if possible [#464]
  • [BUGFIX] Allow access to secrets shadowed by a folder [#463]
  • [BUGFIX] Set GPG_TTY [#452]
  • [BUGFIX] Fix termbox UI on OpenBSD [#446]
  • [BUGFIX] Fix tests and paths on Windows [#421] [#431] [#442] [#450]

1.6.0 / 2017-11-03

03 Nov 09:10
v1.6.0
Compare
Choose a tag to compare

1.6.0 / 2017-11-03

  • [FEATURE] Add Desktop notifications (Linux/DBus only) [#434] [#435]
  • [ENHANCEMENT] Show public key identities before importing [#427]
  • [ENHANCEMENT] Initialize local git config on gopass clone [#429]
  • [ENHANCEMENT] Do not print generated passwords by default [#430]
  • [ENHANCEMENT] Clear KDE Klipper History on clipboard clearing [#434]
  • [ENHANCEMENT] Refactor git backend [#437]
  • [BUGFIX] Fix recipients remove when using email as identifier [#436]

1.5.1 / 2017-10-25

25 Oct 07:40
v1.5.1
Compare
Choose a tag to compare

1.5.1 / 2017-10-25

  • [ENHANCEMENT] Re-introduce usecolor config option [#414]
  • [ENHANCEMENT] Improve documentation [#407] [#409] [#416] [#417]
  • [ENHANCEMENT] Add language switch for xckd-style generation [#406]
  • [BUGFIX] Fix gpg binary detection [#419]
  • [BUGFIX] Fix tests on windows [#421]

1.5.0 / 2017-10-17

17 Oct 11:48
v1.5.0
Compare
Choose a tag to compare

1.5.0 / 2017-10-17

  • [FEATURE] Add secret creation wizard [#386]
  • [FEATURE] Add onboarding wizard [#387]
  • [FEATURE] Wizard for recipients add/remove [#359]
  • [FEATURE] XKCD#936 inspired password generation [#368]
  • [FEATURE] Add update wizard [#395]
  • [ENHANCEMENT] Overhaul documentation [#383] [#384]
  • [ENHANCEMENT] Attempt to get TOTP key from YAML [#376]
  • [ENHANCEMENT] Allow find to take -c [#378]
  • [ENHANCEMENT] Improve terminal wizard [#385]
  • [ENHANCEMENT] Improve responsiveness by context usage [#388]
  • [ENHANCEMENT] Improve output readability [#392] [#393]
  • [ENHANCEMENT] Automatic GPG key generation [#391]
  • [BUGFIX] Relax YAML document marker handling [#398]