Merge branch 'release/v0.20.0' into 'main'

chore: Version bump

See merge request famedly/company/frontend/famedlysdk!1282
This commit is contained in:
Krille 2023-04-28 09:57:34 +00:00
commit 1a58a8ec09
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [0.20.0] - 28th April 2023
- refactor: Make optional eventId a named parameter (Krille)
- fix: Check the max server file size after shrinking not before (Krille)
- fix: casting of a List<dynamic> to List<String> in getEventList and getEventIdList (td)
- fix: Skip rules with unknown conditions (Nicolas Werner)
- fix: allow passing a WrappedMediaStream to GroupCall.enter() to use as the local user media stream (td)
## [0.19.0] - 21st April 2023 ## [0.19.0] - 21st April 2023
This includes some breaking changes to read receipts. You won't be able to This includes some breaking changes to read receipts. You won't be able to

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.19.0 version: 0.20.0
homepage: https://famedly.com homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git