build: Release v0.29.9
This commit is contained in:
parent
e207800c0f
commit
6e43f94d4c
|
|
@ -1,3 +1,11 @@
|
||||||
|
## [0.29.9] 29th May 2024
|
||||||
|
- docs: Update example with matrixsdkdatabase (Krille)
|
||||||
|
- fix: canRequestHistory doesn't reflect reality (Nicolas Werner)
|
||||||
|
- fix: Requst profiles for left users (Krille)
|
||||||
|
- refactor: Deprecate Streams in favor of client.onSync (krille-chan)
|
||||||
|
- refactor: requestUser logic (Krille)
|
||||||
|
- refactor: Use enhanced enums for room enums (Krille)
|
||||||
|
|
||||||
## [0.29.8] 23rd May 2024
|
## [0.29.8] 23rd May 2024
|
||||||
|
|
||||||
- fix: make sure room is postLoaded before starting calls (td)
|
- fix: make sure room is postLoaded before starting calls (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.29.8
|
version: 0.29.9
|
||||||
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