Bump version to v0.2.1
This commit is contained in:
parent
c215654fa3
commit
c5c415cd08
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
# v0.2.1 (2023-10-16)
|
||||
|
||||
* Added notice messages to management room if phone stops responding.
|
||||
* Fixed all Matrix event handling getting blocked by read receipts in some cases.
|
||||
* Fixed panic if editing Matrix message fails.
|
||||
|
||||
# v0.2.0 (2023-09-16)
|
||||
|
||||
* Added support for double puppeting with arbitrary `as_token`s.
|
||||
|
|
2
go.mod
2
go.mod
|
@ -8,7 +8,7 @@ require (
|
|||
github.com/mattn/go-sqlite3 v1.14.17
|
||||
github.com/rs/zerolog v1.31.0
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
go.mau.fi/mautrix-gmessages/libgm v0.2.0
|
||||
go.mau.fi/mautrix-gmessages/libgm v0.2.1
|
||||
go.mau.fi/util v0.2.0
|
||||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
||||
google.golang.org/protobuf v1.31.0
|
||||
|
|
2
main.go
2
main.go
|
@ -172,7 +172,7 @@ func main() {
|
|||
Name: "mautrix-gmessages",
|
||||
URL: "https://github.com/mautrix/gmessages",
|
||||
Description: "A Matrix-Google Messages puppeting bridge.",
|
||||
Version: "0.2.0",
|
||||
Version: "0.2.1",
|
||||
ProtocolName: "Google Messages",
|
||||
BeeperServiceName: "gmessages",
|
||||
BeeperNetworkName: "gmessages",
|
||||
|
|
Loading…
Reference in a new issue