Merge pull request #2086 from famedly/release/v0.40.0

build: Changelog for 0.40.0
This commit is contained in:
Krille-chan 2025-05-09 12:47:05 +02:00 committed by GitHub
commit e4691d1636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -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 ## [0.39.4] 6th May 2025
- chore: prev_batch update after a limited timeline follow-up (Karthikeyan S) - chore: prev_batch update after a limited timeline follow-up (Karthikeyan S)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.39.4 version: 0.40.0
homepage: https://famedly.com homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues