From 57168c5511d33f9a2e394504a247dbe48119e8fa Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 18 Jan 2023 12:59:21 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34aa38ff..81572997 100644 --- a/CHANGELOG.md +++ b/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 - fix: Fix the called party not sending screensharing correctly. (cloudwebrtc) diff --git a/pubspec.yaml b/pubspec.yaml index e4ff542e..6f75a10c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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