Skip to content

Releases: gopasspw/gopass

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]

1.4.1 / 2017-10-05

05 Oct 17:57
Compare
Choose a tag to compare

1.4.1 / 2017-10-05

  • [BUGFIX] Support pre-1.3.0 configs [#382]
  • [BUGFIX] Turn YAML errors into warnings [#380]

1.4.0 / 2017-10-04

04 Oct 06:58
Compare
Choose a tag to compare

1.4.0 / 2017-10-04

  • [FEATURE] Add fuzzy search [#317]
  • [FEATURE] Allow restricting charset of generated passwords [#270]
  • [FEATURE] Check quality of newly inserted passwords with crunchy [#276]
  • [FEATURE] JSON API [#326]
  • [FEATURE] Per-Mount configuration options [#330]
  • [FEATURE] Terminal selection of results [#259]
  • [FEATURE] gopass sync [#303]
  • [ENHANCEMENT] Build with Go 1.9 [#294]
  • [ENHANCEMENT] Display single find result directly [#265]
  • [ENHANCEMENT] Global --yes flag [#327]
  • [ENHANCEMENT] Improve error handling and propagation [#280]
  • [ENHANCEMENT] Omit newline when not writing to a terminal [#325]
  • [ENHANCEMENT] Only commit once per recipient batch operation [#329]
  • [ENHANCEMENT] Provide partial support for .gpg-id files in subfolders [#291]
  • [ENHANCEMENT] Trim any trailing newlines or carriage returns in show output [#296]
  • [ENHANCEMENT] Use contexts [#310]
  • [ENHANCEMENT] Use contexts to cancel long running operations [#358]
  • [ENHANCEMENT] Use default editors [#286]
  • [ENHANCEMENT] Improve documentation [#365]
  • [ENHANCEMENT] Print selected entry [#372]
  • [BUGFIX] Confirm removal of directories [#309]
  • [BUGFIX] Only confirm recipients once during batch operations [#328]
  • [BUGFIX] Only overwrite password on insert [#323]
  • [BUGFIX] Avoid Show/Find recursion [#360]
  • [BUGFIX] Remove deprecated special case for .yaml files [#362]
  • [BUGFIX] Do not offer invalid keys [#364]
  • [BUGFIX] Assign path only if resolving symlink succeeds [#370]