chore: bump version

This commit is contained in:
Reza 2022-12-12 13:08:35 +01:00
parent f3e9226c1d
commit 1debb789a2
No known key found for this signature in database
GPG Key ID: 4EEF002538E71A45
2 changed files with 18 additions and 1 deletions

View File

@ -1,26 +1,38 @@
## [0.15.8] - 12th Dec 2022
- fix: leaved direct chat name (Reza)
- chore: Add voip connection tester (td)
## [0.15.7] - 1st Dec 2022 ## [0.15.7] - 1st Dec 2022
- fix: await requestKey() in event search (Philipp Grieshofer) - fix: await requestKey() in event search (Philipp Grieshofer)
- fix: Request session key for bad encrypted events before the text search is carried out (Philipp Grieshofer) - fix: Request session key for bad encrypted events before the text search is carried out (Philipp Grieshofer)
## [0.15.6] - 24th Nov 2022 ## [0.15.6] - 24th Nov 2022
- feat: migrate e2ee test to DinD (TheOneWithTheBraid) - feat: migrate e2ee test to DinD (TheOneWithTheBraid)
- chore: Update readme with new database (Christian Pauly) - chore: Update readme with new database (Christian Pauly)
- feat: Check if a key is verified by any master key (Reza) - feat: Check if a key is verified by any master key (Reza)
## [0.15.5] - 22nd Nov 2022 ## [0.15.5] - 22nd Nov 2022
- fix: follow account kind in registration (TheOneWithTheBraid) - fix: follow account kind in registration (TheOneWithTheBraid)
## [0.15.4] - 21st Nov 2022 ## [0.15.4] - 21st Nov 2022
- feat: support MSC 3935: cute events (TheOneWithTheBraid) - feat: support MSC 3935: cute events (TheOneWithTheBraid)
- fix: PowerLevel calculation regarding to spec (Krille Fear) - fix: PowerLevel calculation regarding to spec (Krille Fear)
## [0.15.3] - 18th Nov 2022 ## [0.15.3] - 18th Nov 2022
- fix: handleMissedCalls on remote hangups before answer (td) - fix: handleMissedCalls on remote hangups before answer (td)
## [0.15.2] - 16th Nov 2022 ## [0.15.2] - 16th Nov 2022
- fix: recover from very unlikely key upload errors (Nicolas Werner) - fix: recover from very unlikely key upload errors (Nicolas Werner)
## [0.15.1] - 14th Nov 2022 ## [0.15.1] - 14th Nov 2022
- chore: Follow up fix for request users in invite rooms (Christian Pauly) - chore: Follow up fix for request users in invite rooms (Christian Pauly)
- chore: Put all hard-coded timeout parameters into the Timeouts class. (cloudwebrtc) - chore: Put all hard-coded timeout parameters into the Timeouts class. (cloudwebrtc)
- chore: upgrade webrtc_interface, remove WebRTCDelegate.cloneStream. (cloudwebrtc) - chore: upgrade webrtc_interface, remove WebRTCDelegate.cloneStream. (cloudwebrtc)
@ -31,6 +43,7 @@
- refactor: Improve error handling for no olm session found exception (Christian Pauly) - refactor: Improve error handling for no olm session found exception (Christian Pauly)
## [0.15.0] - 28th Oct 2022 ## [0.15.0] - 28th Oct 2022
- chore: reduce error logging level of groupCall is null (td) - chore: reduce error logging level of groupCall is null (td)
- fix: filter list for adding p2p call events (td) - fix: filter list for adding p2p call events (td)
- refactor: Remove deprecated fluffybox (Christian Pauly) - refactor: Remove deprecated fluffybox (Christian Pauly)
@ -39,14 +52,17 @@
- fix: Do not try to decrypt redacted events (Christian Pauly) - fix: Do not try to decrypt redacted events (Christian Pauly)
## [0.14.4] - 26th Oct 2022 ## [0.14.4] - 26th Oct 2022
- fix: Do not wait for first sync after migration init - fix: Do not wait for first sync after migration init
## [0.14.3] - 24th Oct 2022 ## [0.14.3] - 24th Oct 2022
- fix: Do not assume that push rules are never malformed in account data - fix: Do not assume that push rules are never malformed in account data
- chore: change codeowners - chore: change codeowners
- refactor: Remove unused imports - refactor: Remove unused imports
## [0.14.2] - 18th Oct 2022 ## [0.14.2] - 18th Oct 2022
- Improve ice connection speed. (Duan Weiwei) - Improve ice connection speed. (Duan Weiwei)
- chore: fix exception test after api_lite update (Nicolas Werner) - chore: fix exception test after api_lite update (Nicolas Werner)
- feat: Add getter for own unverified devices (Christian Pauly) - feat: Add getter for own unverified devices (Christian Pauly)
@ -56,6 +72,7 @@
- refactor: Use DateTime method instead of comparing milliseconds (Christian Pauly) - refactor: Use DateTime method instead of comparing milliseconds (Christian Pauly)
## [0.14.1] - 20th Sep 2022 ## [0.14.1] - 20th Sep 2022
- chore: Fire events by default during hangup. (cloudwebrtc) - chore: Fire events by default during hangup. (cloudwebrtc)
- chore: Properly close usermedia/screen stream for 1v1/group calls. (cloudwebrtc) - chore: Properly close usermedia/screen stream for 1v1/group calls. (cloudwebrtc)
- chore: fix analyzer error. (cloudwebrtc) - chore: fix analyzer error. (cloudwebrtc)

View File

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