chore: release v0.28.0

This commit is contained in:
td 2024-04-23 18:11:12 +05:30
parent 32a425a362
commit 4b598243fe
No known key found for this signature in database
GPG Key ID: 62A30523D4D6CE28
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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