Ver Fonte

Update changelog

Tulir Asokan há 3 anos atrás
pai
commit
840a32c6c1
1 ficheiros alterados com 11 adições e 0 exclusões
  1. 11 0
      CHANGELOG.md

+ 11 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # v0.2.4 (unreleased)
 
+Target signald version: [v0.18.0](https://gitlab.com/signald/signald/-/releases/0.18.0)
+
+**N.B.** Both the signald and mautrix-signal docker images have been changed to
+run as UID 1337 by default. The migration should work automatically as long as
+you update both containers at the same time.
+
 ### Added
 * Support for creating DM portals by inviting user (i.e. just making a DM the
   normal Matrix way).
@@ -8,11 +14,14 @@
   (the group will be read-only for everyone except admins).
 * Added optional parameter to `mark-trusted` command to set trust level
   (instead of always using `TRUSTED_VERIFIED`).
+* Added option to use [MSC2246] async media uploads.
+* Added provisioning API for listing contacts and starting private chats.
 
 ### Improved
 * Dropped Python 3.7 support.
 * Files bridged to Matrix now include the `size` field in the file `info`.
 * Removed redundant `msgtype` field in sticker events sent to Matrix.
+* Users who have left the group on Signal will now be removed from Matrix too.
 
 ### Fixed
 * Logging into the bridge with double puppeting no longer removes your Signal
@@ -21,6 +30,8 @@
   None" instead of specifying the problematic phone number.
 * Fixed `channel` -> `id` field in `m.bridge` events.
 
+[MSC2246]: https://github.com/matrix-org/matrix-spec-proposals/pull/2246
+
 # v0.2.3 (2022-02-17)
 
 Target signald version: [v0.17.0](https://gitlab.com/signald/signald/-/releases/0.17.0)