mirror of
https://github.com/mautrix/discord.git
synced 2025-03-14 14:15:37 +00:00
Bump version to v0.6.1
This commit is contained in:
parent
acaaa9f0f8
commit
fb6d89a88f
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
# v0.6.1 (2023-08-16)
|
||||
|
||||
* Bumped minimum Go version to 1.20.
|
||||
* Fixed all logged-in users being invited to existing portal rooms even if they
|
||||
don't have permission to view the channel on Discord.
|
||||
* Fixed gif links not being treated as embeds if the canonical URL is different
|
||||
than the URL in the message body.
|
||||
|
||||
# v0.6.0 (2023-07-16)
|
||||
|
||||
* Added initial support for backfilling threads.
|
||||
|
|
2
main.go
2
main.go
|
@ -179,7 +179,7 @@ func main() {
|
|||
Name: "mautrix-discord",
|
||||
URL: "https://github.com/mautrix/discord",
|
||||
Description: "A Matrix-Discord puppeting bridge.",
|
||||
Version: "0.6.0",
|
||||
Version: "0.6.1",
|
||||
ProtocolName: "Discord",
|
||||
BeeperServiceName: "discordgo",
|
||||
BeeperNetworkName: "discord",
|
||||
|
|
Loading…
Add table
Reference in a new issue