Merge pull request #2086 from famedly/release/v0.40.0
build: Changelog for 0.40.0
This commit is contained in:
commit
e4691d1636
|
|
@ -1,3 +1,11 @@
|
|||
## [0.40.0] 9th May 2025
|
||||
- feat: Add localization for voice message type (Krille)
|
||||
- feat: Support fallback for threads in Event.getReplyEvent() (Krille)
|
||||
- fix: Fetch well-known from domain from userId, not from homeserver domain (krille-chan)
|
||||
- fix: incorrect Event status update in constructor (Karthikeyan S)
|
||||
- refactor: (BREAKING) Remove hive database and hive dependencies (Krille)
|
||||
- refactor: Remove unused event status roomState (Krille)
|
||||
|
||||
## [0.39.4] 6th May 2025
|
||||
|
||||
- chore: prev_batch update after a limited timeline follow-up (Karthikeyan S)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.39.4
|
||||
version: 0.40.0
|
||||
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