chore: Bump version
This commit is contained in:
parent
74fbc71059
commit
57168c5511
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -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
|
## [0.15.11] - 27th Dec 2022
|
||||||
|
|
||||||
- fix: Fix the called party not sending screensharing correctly. (cloudwebrtc)
|
- fix: Fix the called party not sending screensharing correctly. (cloudwebrtc)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.15.11
|
version: 0.15.12
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue