Merge pull request #1861 from famedly/release/v0.29.13
build: Release v0.29.13
This commit is contained in:
commit
a1e218a658
|
|
@ -1,3 +1,8 @@
|
||||||
|
## [0.29.13] 24th June 2024
|
||||||
|
- chore: allow clients to set their own voip key delays (td)
|
||||||
|
- chore: use not cancelled in actions instead of always (td)
|
||||||
|
- fix: Return empty uri instead of original uri if uri is not mxc (Krille)
|
||||||
|
|
||||||
## [0.29.12] 17th June 2024
|
## [0.29.12] 17th June 2024
|
||||||
|
|
||||||
- fix: Request user causing state update loops for apps (Nicolas Werner)
|
- fix: Request user causing state update loops for apps (Nicolas Werner)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.29.12
|
version: 0.29.13
|
||||||
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