chore: bump version

This commit is contained in:
Nicolas Werner 2022-09-12 12:23:56 +02:00
parent 7a9e5cbb85
commit 5090452224
2 changed files with 25 additions and 2 deletions

View File

@ -1,4 +1,17 @@
## [0.14.0] - 12th Sep 2022
- chore: fix video muted updates for local stream (td)
- fix: Check ahead of download if a file exceeds the maximum file size (Nicolas Werner)
- fix: Get push rules crashes if malformed (Christian Pauly)
- fix: The initial sync waiting for a long time in some cases (Nicolas Werner)
- fix: properly handle events not already in the db (Nicolas Werner)
- fix: release renderer to fix crashes on android. (cloudwebrtc)
- fix: timeout when sending large files (Nicolas Werner)
- refactor: Avoid using private types in public api (Christian Pauly)
- refactor: Remove databaseDestroyer (Christian Pauly)
## [0.13.0] - 29th Aug 2022 ## [0.13.0] - 29th Aug 2022
- feat: Allow auto request keys via key sharing requests (Christian Pauly) - feat: Allow auto request keys via key sharing requests (Christian Pauly)
- feat: support dehydrated devices (Nicolas Werner) - feat: support dehydrated devices (Nicolas Werner)
- fix: Decrypt of last event might make an old message as last event (Christian Pauly) - fix: Decrypt of last event might make an old message as last event (Christian Pauly)
@ -6,19 +19,23 @@
- chore: Upgrade Hive to 2.2.3 which as a breaking change with BoxCollections (might need migration!!) - chore: Upgrade Hive to 2.2.3 which as a breaking change with BoxCollections (might need migration!!)
## [0.12.2] - 17th Aug 2022 ## [0.12.2] - 17th Aug 2022
- chore: Correctly release the cloned stream. (cloudwebrtc) - chore: Correctly release the cloned stream. (cloudwebrtc)
- fix: setRemoteDescription before adding local stream to prevent early feedsChanged and negotiation (td) - fix: setRemoteDescription before adding local stream to prevent early feedsChanged and negotiation (td)
## [0.12.1] - 17th Aug 2022 ## [0.12.1] - 17th Aug 2022
- chore: simplify getTimeline condition a bit (Nicolas Werner) - chore: simplify getTimeline condition a bit (Nicolas Werner)
- chore: support MIME in file factory (Lanna Michalke) - chore: support MIME in file factory (Lanna Michalke)
- fix: follow up for native implementations web (Lanna Michalke) - fix: follow up for native implementations web (Lanna Michalke)
## [0.12.0] - 16th Aug 2022 ## [0.12.0] - 16th Aug 2022
- feat: Add markasdm and markasgroup commands (Christian Pauly) - feat: Add markasdm and markasgroup commands (Christian Pauly)
- refactor: Add reference to itself in bootstrap onUpdate callback (Christian Pauly) - refactor: Add reference to itself in bootstrap onUpdate callback (Christian Pauly)
## [0.11.2] - 12th Aug 2022 ## [0.11.2] - 12th Aug 2022
- chore: Use onRoomState to monitor group call creation and member join and leave. (cloudwebrtc) - chore: Use onRoomState to monitor group call creation and member join and leave. (cloudwebrtc)
- chore: expose option to retry computations (Lanna Michalke) - chore: expose option to retry computations (Lanna Michalke)
- chore: fix group call id mismatch. (cloudwebrtc) - chore: fix group call id mismatch. (cloudwebrtc)
@ -26,12 +43,14 @@
- fix: Fix currentCID is null when handleNewCall is triggered, which will cause family-app. (cloudwebrtc) - fix: Fix currentCID is null when handleNewCall is triggered, which will cause family-app. (cloudwebrtc)
## [0.11.1] - 1st Aug 2022 ## [0.11.1] - 1st Aug 2022
- chore: introduce native implementations (Lanna Michalke) - chore: introduce native implementations (Lanna Michalke)
- fix: check for m.call permissions in groupCallEnabled (td) - fix: check for m.call permissions in groupCallEnabled (td)
- fix: make Hive Collection path nullable (Lanna Michalke) - fix: make Hive Collection path nullable (Lanna Michalke)
- fix: missing null check (Lanna Michalke) - fix: missing null check (Lanna Michalke)
## [0.11.0] - 21th Jul 2022 ## [0.11.0] - 21th Jul 2022
- feat: Add powerLevelContentOverride to startDirectChat and createGroupChat (Isabella Hundstorfer) - feat: Add powerLevelContentOverride to startDirectChat and createGroupChat (Isabella Hundstorfer)
- chore: add tests for group calls (td) - chore: add tests for group calls (td)
- chore: cleanup unused imports and analyzer warnings (td) - chore: cleanup unused imports and analyzer warnings (td)
@ -44,12 +63,15 @@
- refactor: Use import sorter and ci templates (Christian Pauly) - refactor: Use import sorter and ci templates (Christian Pauly)
## [0.10.5] - 11th Jul 2022 ## [0.10.5] - 11th Jul 2022
- fix: Cache user profile even with cache=false when there is a cache - fix: Cache user profile even with cache=false when there is a cache
## [0.10.4] - 11th Jul 2022 ## [0.10.4] - 11th Jul 2022
- refactor: Better fetch own profile (Christian Pauly) - refactor: Better fetch own profile (Christian Pauly)
## [0.10.3] - 09th Jul 2022 ## [0.10.3] - 09th Jul 2022
- feat: Calc encryption health state and allow key sharing with unknown devices (Christian Pauly) - feat: Calc encryption health state and allow key sharing with unknown devices (Christian Pauly)
- fix: Add WebRTCDelegate.cloneStream to adapt to platform differences. (cloudwebrtc) - fix: Add WebRTCDelegate.cloneStream to adapt to platform differences. (cloudwebrtc)
- fix: Database did not get cleared correctly (Christian Pauly) - fix: Database did not get cleared correctly (Christian Pauly)
@ -58,12 +80,13 @@
- refactor: Handle Ephemerals method (Christian Pauly) - refactor: Handle Ephemerals method (Christian Pauly)
## [0.10.2] - 17th Jun 2022 ## [0.10.2] - 17th Jun 2022
- feat: Implement CachedStreamController (Christian Pauly) - feat: Implement CachedStreamController (Christian Pauly)
- fix: Only trigger onCall streams by latest call event for a call_id (Christian Pauly) - fix: Only trigger onCall streams by latest call event for a call_id (Christian Pauly)
- fix: Support for OpenSSL 3.0 (Nicolas Werner) - fix: Support for OpenSSL 3.0 (Nicolas Werner)
- fix: implement sending queue (Reza) - fix: implement sending queue (Reza)
- refactor: Call handleEphemerals with BasicRoomEvent instead of dynamic (Christian Pauly) - refactor: Call handleEphemerals with BasicRoomEvent instead of dynamic (Christian Pauly)
- refactor: Let _handleRoomEvents use BasicEvent (Christian Pauly) - refactor: Let \_handleRoomEvents use BasicEvent (Christian Pauly)
- refactor: Pass BasicEvent to handleEvent instead of JSON (Christian Pauly) - refactor: Pass BasicEvent to handleEvent instead of JSON (Christian Pauly)
- refactor: Use handleRoomEvents method instead of handleEvent (Christian Pauly) - refactor: Use handleRoomEvents method instead of handleEvent (Christian Pauly)
- refactor: Use tryGet in handleRoomEvents (Christian Pauly) - refactor: Use tryGet in handleRoomEvents (Christian Pauly)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.13.0 version: 0.14.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