chore: release v0.29.11
This commit is contained in:
parent
041f9fc4a3
commit
d9af0865a5
|
|
@ -1,3 +1,12 @@
|
||||||
|
## [0.29.11] 11th June 2024
|
||||||
|
|
||||||
|
- chore: make ignored call mem logging verbose (td)
|
||||||
|
- fix: dont override passed powerlevels with groupcall powerlevels (td)
|
||||||
|
- fix: ignore call events from own user even if todevice (td)
|
||||||
|
- chore: do not create participant object on every key (td)
|
||||||
|
- revert: "feat: retry call encryption key request logic" (td)
|
||||||
|
- fix: Do not return invalid state events from database (HuangRed)
|
||||||
|
|
||||||
## [0.29.10] 10th June 2024
|
## [0.29.10] 10th June 2024
|
||||||
|
|
||||||
- chore: bump make and use key delays to have more buffer (td)
|
- chore: bump make and use key delays to have more buffer (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.29.10
|
version: 0.29.11
|
||||||
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