Releases: gopasspw/gopass
Releases · gopasspw/gopass
v1.15.0-rc1
v1.14.10
v1.14.9
v1.14.8
1.14.8 / 2022-09-27
- [BUGFIX] Ignore not-existing .ssh dir (#2347, #2333)
- [BUGFIX] Use Wait() to avoid Zombies (#2354, #1666)
- [ENHANCEMENT] Allow modifying default create templates (#2349, #2291)
- [ENHANCEMENT] Improve passage support (#2352, #2059)
- [ENHANCEMENT] Use OS keychain for age passphrase caching (new config option, off by default). (#2351, #2350)
v1.14.7
1.14.7 / 2022-09-20
v1.14.6
v1.14.5
v1.14.4
1.14.4 / 2022-08-02
- [BREAKING] gopass otp will automatically update the counter key in HTOP secrets! (#2278)
- [BUGFIX] Allow removing unknown recipients with --force (#2253)
- [BUGFIX] Honor PASSWORD_STORE_DIR (#2272)
- [BUGFIX] Honor OTP key period from URL (#2278)
- [BUGFIX] Wizard: Enforce min and max length. (#2293)
- [CLEANUP] Use Go 1.19 (#2296)
- [ENHANCEMENT] Automatically sync once a week (#2191)
- [ENHANCEMENT] Scan for vulnerabilities and add SBOM on (#2268)
- [ENHANCEMENT] Use packages.gopass.pw for APT packages (#2261)
v1.14.3
1.14.3 / 2022-05-31
- [BUGFIX] Do not print progress bar on otp --clip (#2243)
- [BUGFIX] Removing shadowing warning when using -o/--password (#2245)
- [CLEANUP] Deprecate OutputIsRedirected in favour of IsTerminal (#2248)
- [DOCUMENTATION] Adding doc about YAML entries and unsafe-keys (#2244)
- [ENHANCEMENT] Allow deleting multiple secrets (#2239)
v1.14.2
1.14.2 / 2022-05-22
- [BUGFIX] Fix gpg identity detection (#2218, #2179)
- [BUGFIX] Handle different line breaks in recipient (#2221, #2220)
- [BUGFIX] Stop eating secrets on move (#2211, #2210)
- [ENHANCEMENT] Add flag to keep env variable capitalization (#2226, #2225)
- [ENHANCEMENT] Environment variable GOPASS_PW_DEFAULT_LENGTH can be used to overwrite default password length of 24 characters. (#2219)