mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
changelog: update
This commit is contained in:
parent
13f251fe60
commit
07bc756971
1 changed files with 8 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,4 +1,4 @@
|
|||
## unreleased
|
||||
## v0.25.2 (unreleased)
|
||||
|
||||
* *(crypto)* Added helper methods for generating and verifying with recovery
|
||||
keys.
|
||||
|
|
@ -7,12 +7,17 @@
|
|||
* *(bridgev2/matrix)* Added initial support for using appservice/MSC3202 mode
|
||||
for encryption with standard servers like Synapse.
|
||||
* *(bridgev2)* Added optional support for implicit read receipts.
|
||||
* *(bridgev2)* Added interface for deleting chats on remote network.
|
||||
* *(bridgev2)* Extended event duration logging to log any event taking too long.
|
||||
* *(event)* Added event type constant for poll end events.
|
||||
* *(client)* Added wrapper for searching user directory.
|
||||
* *(crypto/helper)* Changed default sync handling to not block on waiting for
|
||||
decryption keys. On initial sync, keys won't be requested at all by default.
|
||||
* *(crypto)* Fixed olm unwedging not working (regressed in v0.25.1).
|
||||
* *(bridgev2)* Fixed various bugs with migrating to split portals.
|
||||
* *(event)* Fixed poll start events having incorrect null `m.relates_to`.
|
||||
* *(event)* Added event type constant for poll end events.
|
||||
* *(client)* Fixed `RespUserProfile` losing standard fields when re-marshaling.
|
||||
* *(client)* Added wrapper for searching user directory.
|
||||
* *(federation)* Fixed various bugs in event auth.
|
||||
|
||||
## v0.25.1 (2025-09-16)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue