chore: Bump to 0.19.0
This commit is contained in:
parent
62b43bef56
commit
033a9cced6
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,14 +1,28 @@
|
||||||
|
## [0.19.0] - 21st April 2023
|
||||||
|
|
||||||
|
This includes some breaking changes to read receipts. You won't be able to
|
||||||
|
access the `m.receipt` account data pseudo event anymore. This has been replaces
|
||||||
|
with a per room `receiptsState`, that also supports private and threaded
|
||||||
|
receipts. Additionally you can now toggle if receipts are sent as public or
|
||||||
|
private receipts on the client level.
|
||||||
|
|
||||||
|
- chore: Update image dependency to 4.0.15 (Kristian Grønås)
|
||||||
|
- feat: Support private read receipts (Nicolas Werner)
|
||||||
|
|
||||||
## [0.18.4] - 21st April 2023
|
## [0.18.4] - 21st April 2023
|
||||||
|
|
||||||
- chore: bump api_lite to 16.1 (td)
|
- chore: bump api_lite to 16.1 (td)
|
||||||
- feat: allow sending messages inside threads (Dmitriy Bragin)
|
- feat: allow sending messages inside threads (Dmitriy Bragin)
|
||||||
- chore: Upgrade to matrix_api_lite 1.6 (Nicolas Werner)
|
- chore: Upgrade to matrix_api_lite 1.6 (Nicolas Werner)
|
||||||
- ci: Allow overriding the template in a manual or triggered pipeline (Nicolas Werner)
|
- ci: Allow overriding the template in a manual or triggered pipeline (Nicolas Werner)
|
||||||
|
|
||||||
## [0.18.3] - 13th April 2023
|
## [0.18.3] - 13th April 2023
|
||||||
|
|
||||||
- chore: stopMediaStream on all streams and make sure dispose runs everytime (td)
|
- chore: stopMediaStream on all streams and make sure dispose runs everytime (td)
|
||||||
- fix: test if setting track enabled on participants changed helps with the media not working randomly issue (td)
|
- fix: test if setting track enabled on participants changed helps with the media not working randomly issue (td)
|
||||||
|
|
||||||
## [0.18.2] - 31th March 2023
|
## [0.18.2] - 31th March 2023
|
||||||
|
|
||||||
- chore: Update to flutter image 3.7.8 (Krille)
|
- chore: Update to flutter image 3.7.8 (Krille)
|
||||||
- chore: Workaround for broken test dependency (Krille)
|
- chore: Workaround for broken test dependency (Krille)
|
||||||
- chore: ignore stale call checking for archived rooms (td)
|
- chore: ignore stale call checking for archived rooms (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.18.4
|
version: 0.19.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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue