瀏覽代碼

Update changelog

[ci skip]
Tulir Asokan 3 年之前
父節點
當前提交
1fa08d07da
共有 1 個文件被更改,包括 16 次插入2 次删除
  1. 16 2
      CHANGELOG.md

+ 16 - 2
CHANGELOG.md

@@ -1,6 +1,6 @@
 # v0.4.0 (unreleased)
 # v0.4.0 (unreleased)
 
 
-Target signald version: [v0.20.0](https://gitlab.com/signald/signald/-/releases/0.20.0)
+Target signald version: [v0.21.0](https://gitlab.com/signald/signald/-/releases/0.21.0)
 
 
 ### Added
 ### Added
 * Added provisioning API for checking if a phone number is registered on Signal
 * Added provisioning API for checking if a phone number is registered on Signal
@@ -11,9 +11,20 @@ Target signald version: [v0.20.0](https://gitlab.com/signald/signald/-/releases/
   (thanks to [@maltee1] in [#250]).
   (thanks to [@maltee1] in [#250]).
 * Added Matrix -> Signal power level change bridging
 * Added Matrix -> Signal power level change bridging
   (thanks to [@maltee1] in [#260] and [#263]).
   (thanks to [@maltee1] in [#260] and [#263]).
+* Added options to make encryption more secure.
+  * The `encryption` -> `verification_levels` config options can be used to
+    make the bridge require encrypted messages to come from cross-signed
+    devices, with trust-on-first-use validation of the cross-signing master
+    key.
+  * The `encryption` -> `require` option can be used to make the bridge ignore
+    any unencrypted messages.
+  * Key rotation settings can be configured with the `encryption` -> `rotation`
+    config.
 
 
 ### Improved
 ### Improved
-* Improved/fixed handling of disappearing message timer changes
+* Improved/fixed handling of disappearing message timer changes.
+* Improved handling profile/contact names and prevented them from being
+  downgraded (switching from profile name to contact name or phone number).
 * Updated contact list provisioning API to not block if signald needs to update
 * Updated contact list provisioning API to not block if signald needs to update
   profiles.
   profiles.
 * Trying to start a direct chat with a non-existent phone number will now reply
 * Trying to start a direct chat with a non-existent phone number will now reply
@@ -24,6 +35,8 @@ Target signald version: [v0.20.0](https://gitlab.com/signald/signald/-/releases/
 * Member moderation actions from Signal are now bridged to Matrix with the
 * Member moderation actions from Signal are now bridged to Matrix with the
   correct ghost user if possible instead of always using the bridge bot
   correct ghost user if possible instead of always using the bridge bot
   (thanks to [@maltee1] in [#273]).
   (thanks to [@maltee1] in [#273]).
+* Added proper captcha error handling when registering
+  (thanks to [@maltee1] in [#280]).
 
 
 ### Fixed
 ### Fixed
 * Call start notices work again
 * Call start notices work again
@@ -36,6 +49,7 @@ Target signald version: [v0.20.0](https://gitlab.com/signald/signald/-/releases/
 [#265]: https://github.com/mautrix/signal/pull/265
 [#265]: https://github.com/mautrix/signal/pull/265
 [#270]: https://github.com/mautrix/signal/pull/270
 [#270]: https://github.com/mautrix/signal/pull/270
 [#273]: https://github.com/mautrix/signal/pull/273
 [#273]: https://github.com/mautrix/signal/pull/273
+[#280]: https://github.com/mautrix/signal/pull/280
 
 
 # v0.3.0 (2022-04-20)
 # v0.3.0 (2022-04-20)