Skip to content

Releases: gopasspw/gopass

v1.15.16

21 Apr 20:19
v1.15.16
9b30a31
Compare
Choose a tag to compare

1.15.16 / 2025-04-21

  • [BUGFIX] Allow use of trailing slash for cp/mv command (#3080)
  • [BUGFIX] Check if any usable key matches on clone (#3027)
  • [BUGFIX] Fixed max length check for strings in create/wizard (#3056)
  • [BUGFIX] Fixed password not saving to clipboard with safecontent and autoclip true (#3053)
  • [BUGFIX] replace return of wrong error variable (#3015)
  • [ENHANCEMENT] Add support for autocompletion with flags in REPL mode (#3057)
  • [ENHANCEMENT] Make it possible to override show.autoclip (#3082)
  • [FEATURE] Add option -r/--regex to find (#3083)
  • [UX] Make single store sync more intuitive / verbose (#3076)
  • [bugfix] Don't check for autosync on manual triggered sync (#3026) (#3029)
  • [chore] Add keep-sorted linter (#3130)
  • [chore] Add tpl func tests and fix two small issues (#3058)
  • [chore] Do not run linters twice (#3119)
  • [chore] Migrate goreleaser config to v2 (#3122)
  • [chore] Migrate to golangci-lint v2 (#3104)
  • [chore] Move gitconfig to their own repo (#3131)
  • [chore] Move set from internal to pkg (#3129)
  • [chore] Update dependencies (#3120)
  • [feat] Add conditional includes for gitconfig (#3128)
  • [feat] Add unconditional includes for gitconfig (#3127)
  • [feat] Remove expensive and unmaintained zxcvbn-go strength checker (#3133)
  • [feat] Replace clipboard library to support wl-copy args (#3123)
  • [fix] Add LICENSE, Changelog, manpage and shell completions to deb and (#3121)
  • [fix] Fix a flaky test (#3137)
  • [fix] Fix debug.ModuleVersion (#3079)
  • [fix] Fix test failure due to ambient variables (#3135)
  • [fix] Fix test regressions (#3116)
  • [fix] Fix this annoying test
  • [fix] Include git commit hash in tarballs (#3124)
  • [fix] Relase fixes (#3136)
  • [fix] Update Makefile and fix lint violations (#3134)

v1.15.15

24 Nov 16:20
v1.15.15
c5c64d1
Compare
Choose a tag to compare

1.15.15 / 2024-11-24

  • [BUGFIX] Replace ~ with user homedir if $GOPASS_HOMEDIR is not set (#2961)
  • [CLEANUP] Replace experimental maps and slices with stdlib (#2993)
  • [CLEANUP] remove unreachable code (#2977)
  • [DEPRECATION] Remove references to deprecated rand.Seed (#2953)
  • [ENHANCEMENT] Allow for whitespace-trailing passwords (#2873) (#2954)
  • [FEATURE] Adding support for age.Plugin identities (#2960)
  • [FEATURE] Allow for non-interactive age setup (#2970)
  • [FEATURE] Ask for setup if not initialized (#2975)
  • [bugfix] Copy with trailing slash at destination. (#2966)
  • [chore] use the same version of golangci-lint (#2948)

v1.15.14

03 Aug 16:26
v1.15.14
Compare
Choose a tag to compare

1.15.14 / 2024-08-03

  • [bugfix] Fix parsing of key-value pairs according to the gitconfig (#2911)
  • [chore] Update dependency to github.com/cenkalti/backoff/v4 (#2864)
  • [chore] Update dependency to github.com/godbus/dbus/v5 (#2860)
  • [chore] Update dependency to github.com/google/go-github/v61 (#2863)
  • [chore] Update dependency to github.com/xhit/go-str2duration/v2 (#2865)
  • [chore] Update hashicorp/golang-lru to v2 (#2859)

v1.15.13

06 Apr 17:45
v1.15.13
948b195
Compare
Choose a tag to compare

1.15.13 / 2024-04-06

  • [bugfix] Default to true for core.exportkeys even in substores (#2848)
  • [bugfix] Do not report findings with severity none in audit summary (#2843)
  • [bugfix] Fix loading of git configs (#2849)
  • [chore] Update dependencies (#2850)
  • [chore] Use clean filepath in all of the fs.Set operation (#2846)
  • [chore] use the same version of golangci-lint (#2841)
  • [feat] Add an multi-line input type to the create wizard (#2847)
  • [feat] Add option to disable notification icon (#2845)
  • [feat] Add verbosity levels to the debug package (#2851)
  • [fix] Disble safecontent parsing if noparsing is requested (#2855)
  • [fix] Pass remote, if given, to local init as well (#2852)

v1.15.12

17 Mar 11:55
v1.15.12
b79eae9
Compare
Choose a tag to compare

1.15.12 / 2024-03-17

  • [BUGFIX] Use 'en' as default language for the xkcd generator (#2793)
  • [DOCUMENTATION] Fix typo: initilize -> initialize (#2796)
  • [bugfix] Bring back audit summary (#2820)
  • [bugfix] Do not abort saving if the OTP counter is aborted (#2775)
  • [bugfix] Fix NPE when using recipients completion (#2823)
  • [bugfix] Warn if trying to use fscopy inside the store (#2832)
  • [chore] Upgrade to Go 1.22 (#2805)
  • [cleanup] Add better logging in case no owner key is found (#2748)
  • [feat] Add .gopass-audit-ignore support to ignore secrets from audits (#2822)
  • [feat] Allow supression of password generation in create templates (#2821)
  • [ux] Add hint that computing recipients takes some time (#2833)
  • [ux] Do not show create type chooser if only one exists (#2752)

v1.15.11

01 Dec 13:38
v1.15.11
0e2f313
Compare
Choose a tag to compare

1.15.11 / 2023-12-01

  • [bugfix] Disable multi-line description for deb packages (#2729)
  • [bugfix] Fix writes to global config from tests (#2727)
  • [bugfix] Workaround for goreleaser/nfpm#742 (#2732)
  • [feature] Allow setting autosync.interval in different time units (#2731)

v1.15.10

25 Nov 18:36
v1.15.10
4bb2a7e
Compare
Choose a tag to compare

1.15.10 / 2023-11-25

  • [BUGFIX] Allow to move shadowed entries into their own folder (#2718)
  • [BUGFIX] Try to always honor local config for mounts (#2724)
  • [chore] Add OSSF scorecard link and improve security posture (#2704)
  • [chore] Update goxkcdpwgen dependency to include my PR (#2722)
  • [chore] Update grype workflow and pin Docker base images (#2706)
  • [cleanup] Add package description (#2702)
  • [feature] Add new pwgen options to capitalize and include numbers in (#2703)

v1.15.9

18 Nov 09:03
v1.15.9
029a991
Compare
Choose a tag to compare

1.15.9 / 2023-11-18

  • [BUGFIX] Disabling the OTP snip screenshot feature on OpenBSD (#2685)
  • [CLEANUP] Migration of options to more appropriate sections (#2681)
  • [bugfix] Improve git version parsing (#2690)
  • [bugfix] Remove leading and trailing slashes from mounts (#2698)
  • [enhancement] Add blake3 to the template functions (#2693)
  • [enhancement] Add input validation to block illegal mount points (#2672)

v1.15.8

11 Sep 19:23
v1.15.8
bab77b4
Compare
Choose a tag to compare

1.15.8 / 2023-09-11

  • [BUGFIX] Use goreleaser build for crosscompile (#2635)
  • [bugfix] Allow fsck to check a single secret (#2659)
  • [bugfix] Do not remove unused keys on import by default (#2657)
  • [bugfix] Fix parsing of large secrets (#2654)
  • [chore] Update dependencies (#2660)
  • [docs] add/update choco, scoop, winget instructions (#2647)
  • [feat] Add --store option to gopass fsck (#2658)
  • [feat] Add XCKD pwgen config options (#2651)

v1.15.7

05 Aug 07:13
v1.15.7
a2dc676
Compare
Choose a tag to compare

1.15.7 / 2023-08-04

  • [BUGFIX] Fix build issues on various non-Linux platforms (#2630, #2633)