mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-15 22:42:35 +01:00
Bump version to v0.8.4
This commit is contained in:
parent
fb7d0364e5
commit
1c1843c769
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
# v0.8.4 (2023-04-16)
|
||||||
|
|
||||||
|
* Enabled sending edits to WhatsApp by default.
|
||||||
|
* Added options to automatically ratchet/delete megolm sessions to minimize
|
||||||
|
access to old messages.
|
||||||
|
* Added automatic media re-requesting when download fails with 403 error.
|
||||||
|
* Added option to not set room name/avatar even in encrypted rooms.
|
||||||
|
|
||||||
# v0.8.3 (2023-03-16)
|
# v0.8.3 (2023-03-16)
|
||||||
|
|
||||||
* Bumped minimum Go version to 1.19.
|
* Bumped minimum Go version to 1.19.
|
||||||
|
|
2
main.go
2
main.go
|
@ -285,7 +285,7 @@ func main() {
|
||||||
Name: "mautrix-whatsapp",
|
Name: "mautrix-whatsapp",
|
||||||
URL: "https://github.com/mautrix/whatsapp",
|
URL: "https://github.com/mautrix/whatsapp",
|
||||||
Description: "A Matrix-WhatsApp puppeting bridge.",
|
Description: "A Matrix-WhatsApp puppeting bridge.",
|
||||||
Version: "0.8.3",
|
Version: "0.8.4",
|
||||||
ProtocolName: "WhatsApp",
|
ProtocolName: "WhatsApp",
|
||||||
BeeperServiceName: "whatsapp",
|
BeeperServiceName: "whatsapp",
|
||||||
BeeperNetworkName: "whatsapp",
|
BeeperNetworkName: "whatsapp",
|
||||||
|
|
Loading…
Reference in a new issue