File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # v0.7.2 (unreleased )
1
+ # v0.7.2 (2024-10-16 )
2
2
3
3
* Updated to libsignal v0.58.3.
4
4
* Fixed spurious decryption error notices for Signal messages when the
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ var m = mxmain.BridgeMain{
38
38
Name : "mautrix-signal" ,
39
39
URL : "https://github.com/mautrix/signal" ,
40
40
Description : "A Matrix-Signal puppeting bridge." ,
41
- Version : "0.7.1 " ,
41
+ Version : "0.7.2 " ,
42
42
43
43
Connector : & connector.SignalConnector {},
44
44
}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ require (
13
13
github.com/rs/zerolog v1.33.0
14
14
github.com/stretchr/testify v1.9.0
15
15
github.com/tidwall/gjson v1.18.0
16
- go.mau.fi/util v0.8.1-0.20241015132414-c3f7e22b3de9
16
+ go.mau.fi/util v0.8.1
17
17
golang.org/x/crypto v0.28.0
18
18
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
19
19
golang.org/x/net v0.30.0
20
20
google.golang.org/protobuf v1.35.1
21
- maunium.net/go/mautrix v0.21.1-0.20241015140451-df65202dacf0
21
+ maunium.net/go/mautrix v0.21.1
22
22
)
23
23
24
24
require (
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
67
67
github.com/tidwall/sjson v1.2.5 /go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28 =
68
68
github.com/yuin/goldmark v1.7.7 h1:5m9rrB1sW3JUMToKFQfb+FGt1U7r57IHu5GrYrG2nqU =
69
69
github.com/yuin/goldmark v1.7.7 /go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E =
70
- go.mau.fi/util v0.8.1-0.20241015132414-c3f7e22b3de9 h1:DnZ0keW636LpkkQKA1LQilYglEjNbxwXOnsJw0fuNIo =
71
- go.mau.fi/util v0.8.1-0.20241015132414-c3f7e22b3de9 /go.mod h1:T1u/rD2rzidVrBLyaUdPpZiJdP/rsyi+aTzn0D+Q6wc =
70
+ go.mau.fi/util v0.8.1 h1:Ga43cz6esQBYqcjZ/onRoVnYWoUwjWbsxVeJg2jOTSo =
71
+ go.mau.fi/util v0.8.1 /go.mod h1:T1u/rD2rzidVrBLyaUdPpZiJdP/rsyi+aTzn0D+Q6wc =
72
72
go.mau.fi/zeroconfig v0.1.3 h1:As9wYDKmktjmNZW5i1vn8zvJlmGKHeVxHVIBMXsm4kM =
73
73
go.mau.fi/zeroconfig v0.1.3 /go.mod h1:NcSJkf180JT+1IId76PcMuLTNa1CzsFFZ0nBygIQM70 =
74
74
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw =
@@ -97,5 +97,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
97
97
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
98
98
maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M =
99
99
maunium.net/go/mauflag v1.0.0 /go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA =
100
- maunium.net/go/mautrix v0.21.1-0.20241015140451-df65202dacf0 h1:HJpNwgwsibEVVxLlLVkoPiHw6qA32jpGeSmPrRv8ArA =
101
- maunium.net/go/mautrix v0.21.1-0.20241015140451-df65202dacf0 /go.mod h1:biYqPccrQnnoVFoBe7JBHX6JDkFHGwGfKAem38LeXEs =
100
+ maunium.net/go/mautrix v0.21.1 h1:Z+e448jtlY977iC1kokNJTH5kg2WmDpcQCqn+v9oZOA =
101
+ maunium.net/go/mautrix v0.21.1 /go.mod h1:7F/S6XAdyc/6DW+Q7xyFXRSPb6IjfqMb1OMepQ8C8OE =
You can’t perform that action at this time.
0 commit comments