Releases: gopasspw/gopass
Releases · gopasspw/gopass
v1.15.14
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
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
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
v1.15.10
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
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
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)