Skip to content

Commit

Permalink
Tag v1.14.2 (gopasspw#2229)
Browse files Browse the repository at this point in the history
RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz authored May 22, 2022
1 parent de099d9 commit 0cc4a12
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 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)

## 1.14.1 / 2022-05-02

* [BUGFIX] Do not print missing public key for age. (#2166)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.14.2
8 changes: 7 additions & 1 deletion gopass.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.TH GOPASS "1" "May 2022" "gopass (github.com/gopasspw/gopass) 1.14.1" "User Commands"
.TH GOPASS "1" "May 2022" "gopass (github.com/gopasspw/gopass) 1.14.2" "User Commands"
.SH NAME
gopass - The standard Unix password manager
.SH SYNOPSIS
Expand Down Expand Up @@ -164,6 +164,12 @@ Use this editor binary
Run a subprocess with a pre-populated environment

This command runs a sub process with the environment populated from the keys of a secret.

.B Flags
.TP
\fB\-\-keep-case\fR,
\fB\-\-kc\fR,
Do not capitalize the environment variable and instead retain the original capitalization
.SS find
Search for secrets

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 14,
Patch: 1,
Patch: 2,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down
2 changes: 1 addition & 1 deletion zsh.completion
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ _gopass () {
_gopass_complete_passwords
;;
env)

_arguments : "--keep-case[Do not capitalize the environment variable and instead retain the original capitalization]"


;;
Expand Down

0 comments on commit 0cc4a12

Please sign in to comment.