Skip to content

Commit

Permalink
Tag v1.15.6 (#2628)
Browse files Browse the repository at this point in the history
* Tag v1.15.6

Signed-off-by: Dominik Schulz <[email protected]>

* Manually update changelog

Signed-off-by: Dominik Schulz <[email protected]>

---------

Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz authored Jul 30, 2023
1 parent f90b14c commit 870756c
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 10 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## 1.15.6 / 2023-07-30

* [DOCUMENTATION] fix Arch Linux package url (#2598)
* [BUGFIX] Only show desktop notifications if there are changes (#2627)
* [ENHANCEMENT] Add a global nosync flag (#2626)
* [BUGFIX] Correctly handle multiline secrets (#2625)
* [ENHANCEMENT] Add screen parsing for OTP QR codes (#2597)

## 1.15.5 / 2023-04-07

* Use Go1.20 (#2567)
* [CLEANUP] Use Go1.20 (#2567)
* [ENHANCEMENT] Add internal pager (ov). (#2510)
* [cleanup] Stop requiring RELEASE_NOTES (#2580)
* [postrel] Pull before updating integrations

## 1.15.4 / 2023-02-12

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.5
1.15.6
17 changes: 17 additions & 0 deletions fish.completion

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion gopass.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.TH GOPASS "1" "April 2023" "gopass (github.com/gopasspw/gopass) 1.15.5" "User Commands"
.TH GOPASS "1" "July 2023" "gopass (github.com/gopasspw/gopass) 1.15.6" "User Commands"
.SH NAME
gopass - The standard Unix password manager
.SH SYNOPSIS
Expand All @@ -23,6 +23,9 @@ Copy the password value into the clipboard
\fB\-n\fR,
Do not parse the output.
.TP
\fB\-\-nosync\fR,
Disable auto-sync
.TP
\fB\-\-password\fR,
\fB\-o\fR,
Display only the password. Takes precedence over all other flags.
Expand Down Expand Up @@ -404,6 +407,10 @@ Only display the token
\fB\-\-qr\fR,
\fB\-q\fR,
Write QR code to FILE
.TP
\fB\-\-snip\fR,
\fB\-s\fR,
Scan screen content to insert a OTP QR code into provided entry
.SS process
Process a template file

Expand Down Expand Up @@ -510,6 +517,9 @@ Copy the password value into the clipboard
\fB\-n\fR,
Do not parse the output.
.TP
\fB\-\-nosync\fR,
Disable auto-sync
.TP
\fB\-\-password\fR,
\fB\-o\fR,
Display only the password. Takes precedence over all other flags.
Expand Down
2 changes: 1 addition & 1 deletion pkg/pwgen/pwrules/pwrules_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: 15,
Patch: 5,
Patch: 6,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down
6 changes: 3 additions & 3 deletions zsh.completion
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ _gopass () {
_gopass_complete_passwords
;;
otp|totp|hotp)
_arguments : "--clip[Copy the time-based token into the clipboard]" "--qr[Write QR code to FILE]" "--password[Only display the token]"
_arguments : "--clip[Copy the time-based token into the clipboard]" "--qr[Write QR code to FILE]" "--password[Only display the token]" "--snip[Scan screen content to insert a OTP QR code into provided entry]"

_gopass_complete_passwords
;;
Expand Down Expand Up @@ -213,7 +213,7 @@ _gopass () {

;;
show)
_arguments : "--yes[Always answer yes to yes/no questions]" "--clip[Copy the password value into the clipboard]" "--alsoclip[Copy the password and show everything]" "--qr[Print the password as a QR Code]" "--unsafe[Display unsafe content (e.g. the password) even if safecontent is enabled]" "--password[Display only the password. Takes precedence over all other flags.]" "--revision[Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry.]" "--noparsing[Do not parse the output.]" "--chars[Print specific characters from the secret]"
_arguments : "--yes[Always answer yes to yes/no questions]" "--clip[Copy the password value into the clipboard]" "--alsoclip[Copy the password and show everything]" "--qr[Print the password as a QR Code]" "--unsafe[Display unsafe content (e.g. the password) even if safecontent is enabled]" "--password[Display only the password. Takes precedence over all other flags.]" "--revision[Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry.]" "--noparsing[Do not parse the output.]" "--nosync[Disable auto-sync]" "--chars[Print specific characters from the secret]"

_gopass_complete_passwords
;;
Expand Down Expand Up @@ -310,7 +310,7 @@ _gopass () {
"help:Shows a list of commands or help for one command"
)
_describe -t command 'gopass' subcommands
_arguments : "--yes[Always answer yes to yes/no questions]" "--clip[Copy the password value into the clipboard]" "--alsoclip[Copy the password and show everything]" "--qr[Print the password as a QR Code]" "--unsafe[Display unsafe content (e.g. the password) even if safecontent is enabled]" "--password[Display only the password. Takes precedence over all other flags.]" "--revision[Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry.]" "--noparsing[Do not parse the output.]" "--chars[Print specific characters from the secret]" "--help[show help]" "--version[print the version]"
_arguments : "--yes[Always answer yes to yes/no questions]" "--clip[Copy the password value into the clipboard]" "--alsoclip[Copy the password and show everything]" "--qr[Print the password as a QR Code]" "--unsafe[Display unsafe content (e.g. the password) even if safecontent is enabled]" "--password[Display only the password. Takes precedence over all other flags.]" "--revision[Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry.]" "--noparsing[Do not parse the output.]" "--nosync[Disable auto-sync]" "--chars[Print specific characters from the secret]" "--help[show help]" "--version[print the version]"
_gopass_complete_passwords
fi
}
Expand Down

0 comments on commit 870756c

Please sign in to comment.