chore: Bump version

This commit is contained in:
Krille 2023-01-18 12:59:21 +01:00
parent 74fbc71059
commit 57168c5511
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [0.15.12] - 18th Jan 2023
This deprecates `room.displayname` is favor of `room.getLocalizedDisplayname()`.
For migration you can just replace it everywhere. It will use the
MatrixDefaultLocalizations if you don't set one.
- Fix the timing error when the candidate arrives before the answer sdp. (Duan Weiwei)
- chore: use proper matchers in integration tests (Nicolas Werner)
- fix: Last message set incorrectly on all session key received (Krille)
- fix: play ringtone for incoming calls before trying to getUserMedia (td)
- fix: propogate filter to getParticipants in requestParticipants (td)
- refactor: room displayname calculation (Krille)
## [0.15.11] - 27th Dec 2022
- fix: Fix the called party not sending screensharing correctly. (cloudwebrtc)

View File

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