build: Add changelog 0.40.2
This commit is contained in:
parent
a881249126
commit
93cd2c4165
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
|||
## [0.40.2] 5th June 2025
|
||||
- fix: fallback on homeserver is userID null (The one with the braid)
|
||||
|
||||
## [0.40.1] 2nd June 2025
|
||||
- feat: Add logout command (Christian Kußowski)
|
||||
- feat: Switch to github flavor markdown to render checkboxes (krille-chan)
|
||||
- fix: Add missing copy json in updateInboundGroupdSessionAllowedAtIndex method (Christian Kußowski)
|
||||
- fix: Correct filename when downloading thumbnail (Christian Kußowski)
|
||||
- fix: no user feedback if client.getConfig() takes some time (Christian Kußowski)
|
||||
- refactor: Do not store room update for leave rooms not cached anyway (Christian Kußowski)
|
||||
|
||||
## [0.40.0] 9th May 2025
|
||||
- feat: Add localization for voice message type (Krille)
|
||||
- feat: Support fallback for threads in Event.getReplyEvent() (Krille)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.40.0
|
||||
version: 0.40.2
|
||||
homepage: https://famedly.com
|
||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||
|
|
|
|||
Loading…
Reference in New Issue