File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ # v0.5.1 (2024-10-16)
2
+
3
+ * Fixed some cases of not receiving messages after a brief disconnection.
4
+
1
5
# v0.5.0 (2024-09-16)
2
6
3
7
* Bumped minimum Go version to 1.22.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ var m = mxmain.BridgeMain{
36
36
Name : "mautrix-gmessages" ,
37
37
Description : "A Matrix-Google Messages puppeting bridge" ,
38
38
URL : "https://github.com/mautrix/gmessages" ,
39
- Version : "0.5.0 " ,
39
+ Version : "0.5.1 " ,
40
40
Connector : c ,
41
41
}
42
42
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ require (
9
9
github.com/google/uuid v1.6.0
10
10
github.com/rs/zerolog v1.33.0
11
11
github.com/stretchr/testify v1.9.0
12
- go.mau.fi/util v0.8.1-0.20241015132414-c3f7e22b3de9
12
+ go.mau.fi/util v0.8.1
13
13
golang.org/x/crypto v0.28.0
14
14
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
15
15
google.golang.org/protobuf v1.35.1
16
16
gopkg.in/yaml.v3 v3.0.1
17
- maunium.net/go/mautrix v0.21.1-0.20241015140451-df65202dacf0
17
+ maunium.net/go/mautrix v0.21.1
18
18
)
19
19
20
20
require (
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
63
63
github.com/tidwall/sjson v1.2.5 /go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28 =
64
64
github.com/yuin/goldmark v1.7.7 h1:5m9rrB1sW3JUMToKFQfb+FGt1U7r57IHu5GrYrG2nqU =
65
65
github.com/yuin/goldmark v1.7.7 /go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E =
66
- go.mau.fi/util v0.8.1-0.20241015132414-c3f7e22b3de9 h1:DnZ0keW636LpkkQKA1LQilYglEjNbxwXOnsJw0fuNIo =
67
- go.mau.fi/util v0.8.1-0.20241015132414-c3f7e22b3de9 /go.mod h1:T1u/rD2rzidVrBLyaUdPpZiJdP/rsyi+aTzn0D+Q6wc =
66
+ go.mau.fi/util v0.8.1 h1:Ga43cz6esQBYqcjZ/onRoVnYWoUwjWbsxVeJg2jOTSo =
67
+ go.mau.fi/util v0.8.1 /go.mod h1:T1u/rD2rzidVrBLyaUdPpZiJdP/rsyi+aTzn0D+Q6wc =
68
68
go.mau.fi/zeroconfig v0.1.3 h1:As9wYDKmktjmNZW5i1vn8zvJlmGKHeVxHVIBMXsm4kM =
69
69
go.mau.fi/zeroconfig v0.1.3 /go.mod h1:NcSJkf180JT+1IId76PcMuLTNa1CzsFFZ0nBygIQM70 =
70
70
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw =
@@ -93,5 +93,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
93
93
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
94
94
maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M =
95
95
maunium.net/go/mauflag v1.0.0 /go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA =
96
- maunium.net/go/mautrix v0.21.1-0.20241015140451-df65202dacf0 h1:HJpNwgwsibEVVxLlLVkoPiHw6qA32jpGeSmPrRv8ArA =
97
- maunium.net/go/mautrix v0.21.1-0.20241015140451-df65202dacf0 /go.mod h1:biYqPccrQnnoVFoBe7JBHX6JDkFHGwGfKAem38LeXEs =
96
+ maunium.net/go/mautrix v0.21.1 h1:Z+e448jtlY977iC1kokNJTH5kg2WmDpcQCqn+v9oZOA =
97
+ 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