ソースを参照

Bump version to v0.6.1

Tulir Asokan 1 年間 前
コミット
fb6d89a88f
2 ファイル変更9 行追加1 行削除
  1. 8 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 8 - 0
CHANGELOG.md

@@ -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.

+ 1 - 1
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",