Releases: gopasspw/gopass
Releases · gopasspw/gopass
v1.15.16
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
1.15.15 / 2024-11-24
- [BUGFIX] Replace ~ with user homedir if
$GOPASS_HOMEDIR
is not set (#2961) - [CLEANUP] Replace experimental
maps
andslices
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
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)