File tree Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.14.9 / 2022-09-28
2
+
3
+ * [ ENHANCEMENT] Make DBus notifications transient (#2364 , #2358 )
4
+
1
5
## 1.14.8 / 2022-09-27
2
6
3
7
* [ BUGFIX] Ignore not-existing .ssh dir (#2347 , #2333 )
Original file line number Diff line number Diff line change 1
- 1.14.8
1
+ 1.14.9
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require (
41
41
golang.org/x/exp v0.0.0-20220927162542-c76eaa363f9d
42
42
golang.org/x/net v0.0.0-20220927171203-f486391704dc
43
43
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
44
- golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6
44
+ golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
45
45
golang.org/x/term v0.0.0-20220919170432-7a66f970e087
46
46
gopkg.in/yaml.v3 v3.0.1
47
47
)
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86/go.mod h1:oPkhp1MJrh7nUepCBc
196
196
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
197
197
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
198
198
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
199
- golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6 h1:cy1ko5847T/lJ45eyg/7uLprIE/amW5IXxGtEnQdYMI =
200
- golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
199
+ golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec h1:BkDtF2Ih9xZ7le9ndzTA7KJow28VbQW3odyk/8drmuI =
200
+ golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
201
201
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
202
202
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
203
203
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 h1:tPwmk4vmvVCMdr98VgL4JH+qZxPL8fqlUOHnyOM8N3w =
Original file line number Diff line number Diff line change 1
1
2
- .TH GOPASS "1" "September 2022" "gopass (github.com/gopasspw/gopass) 1.14.8 " "User Commands"
2
+ .TH GOPASS "1" "September 2022" "gopass (github.com/gopasspw/gopass) 1.14.9 " "User Commands"
3
3
.SH NAME
4
4
gopass - The standard Unix password manager
5
5
.SH SYNOPSIS
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ func getVersion() semver.Version {
15
15
return semver.Version {
16
16
Major : 1 ,
17
17
Minor : 14 ,
18
- Patch : 8 ,
18
+ Patch : 9 ,
19
19
Pre : []semver.PRVersion {
20
20
{VersionStr : "git" },
21
21
},
You can’t perform that action at this time.
0 commit comments