chore: release v0.28.0
This commit is contained in:
parent
32a425a362
commit
4b598243fe
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
||||||
|
## [0.28.0] 23rd April 2024
|
||||||
|
This release introduces the new famedly calls, it brings 1:1, mesh and livekit calls support to the matrix dart sdk, read more at: [voip docs](lib/src/voip/README.md)
|
||||||
|
|
||||||
|
|
||||||
|
- feat: famedly calls (td)
|
||||||
|
- chore: create_gh_release job (td)
|
||||||
|
- feat: lcov and tag olm tests (td)
|
||||||
|
- fix: Make room.setPower more type safe and avoid change powerlevel in RAM before sending request to server (krille-chan)
|
||||||
|
- refactor: Use prevBatch from server for pagination in event search (krille-chan)
|
||||||
|
- fix: canChangePowerLevel should return true for own user (krille-chan)
|
||||||
|
|
||||||
|
|
||||||
## [0.27.0] 16th April 2024
|
## [0.27.0] 16th April 2024
|
||||||
|
|
||||||
- chore: add api lite readme
|
- chore: add api lite readme
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.27.0
|
version: 0.28.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