浏览代码

Bump version to v0.6.0

Tulir Asokan 3 年之前
父节点
当前提交
45ed657ab1
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 3 2
      CHANGELOG.md
  2. 1 1
      main.go

+ 3 - 2
CHANGELOG.md

@@ -1,4 +1,4 @@
-# v0.6.0 (unreleased)
+# v0.6.0 (2022-07-16)
 
 
 * Started requiring homeservers to advertise Matrix v1.1 support.
 * Started requiring homeservers to advertise Matrix v1.1 support.
   * This bumps up the minimum homeserver versions to Synapse 1.54 and
   * This bumps up the minimum homeserver versions to Synapse 1.54 and
@@ -18,7 +18,8 @@
 * Added config validation to make the bridge refuse to start if critical fields
 * Added config validation to make the bridge refuse to start if critical fields
   like homeserver or database address haven't been changed from the defaults.
   like homeserver or database address haven't been changed from the defaults.
 * Added option to include captions in the same message as the media to
 * Added option to include captions in the same message as the media to
-  implement [MSC2530].
+  implement [MSC2530]. Sending captions the same way is also supported and
+  enabled by default.
 * Added basic support for fancy business messages (template and list messages).
 * Added basic support for fancy business messages (template and list messages).
 * Added periodic background sync of user and group avatars.
 * Added periodic background sync of user and group avatars.
 * Added maximum message handling duration config options to prevent messages
 * Added maximum message handling duration config options to prevent messages

+ 1 - 1
main.go

@@ -261,7 +261,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.5.0",
+		Version:      "0.6.0",
 		ProtocolName: "WhatsApp",
 		ProtocolName: "WhatsApp",
 
 
 		CryptoPickleKey: "maunium.net/go/mautrix-whatsapp",
 		CryptoPickleKey: "maunium.net/go/mautrix-whatsapp",