We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a49cf6 commit 22ce1b2Copy full SHA for 22ce1b2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v0.6.0 (2024-12-16)
2
+
3
+* Added support for re-authenticating expired Google logins without having to
4
+ re-pair to the phone.
5
+* Stopped bridging theme change messages.
6
+* Updated Docker image to Alpine 3.21.
7
8
# v0.5.2 (2024-11-16)
9
10
* Fixed room names not being automatically fixed in cases where Google Messages
cmd/mautrix-gmessages/main.go
@@ -36,7 +36,7 @@ var m = mxmain.BridgeMain{
36
Name: "mautrix-gmessages",
37
Description: "A Matrix-Google Messages puppeting bridge",
38
URL: "https://github.com/mautrix/gmessages",
39
- Version: "0.5.2",
+ Version: "0.6.0",
40
Connector: c,
41
}
42
0 commit comments