Merge pull request #2065 from famedly/release/v0.39.0
build: Changelog for 0.39.0
This commit is contained in:
commit
0b4ee0e60e
|
|
@ -1,3 +1,12 @@
|
||||||
|
## [0.39.0] 2nd April 2025
|
||||||
|
- feat: endpoints for spec v1.14 (BREAKING CHANGE)
|
||||||
|
- feat: Make dehydrated device name configurable
|
||||||
|
- feat: ensure direct chats have only 2 members before sending verification requests
|
||||||
|
- fix: Trim plaintext after removeMarkdown
|
||||||
|
- fix: use macv2 for correct base64 encoding
|
||||||
|
- chore: add v1.14 to supported versions
|
||||||
|
- chore: upgrade webrtc_interface to v1.2.2+hotfix.1
|
||||||
|
|
||||||
## [0.38.1] 19th March 2025
|
## [0.38.1] 19th March 2025
|
||||||
|
|
||||||
- chore: Export event localizations (Krille)
|
- chore: Export event localizations (Krille)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.38.1
|
version: 0.39.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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue