build: release 0.22.7

This commit is contained in:
Karthikeyan S 2023-11-16 14:08:19 +05:30
parent 7324064f22
commit 7f32428091
No known key found for this signature in database
GPG Key ID: 4F1848CCEEF73BCD
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [0.22.7] - 16 November 2023
- chore: incrementally add left rooms to archive (The one with the braid)
- chore: remove archived room on forget (#2) (Clemens-Toegel)
- chore: store states to archived rooms (#1) (Clemens-Toegel)
- chore: upgrade lints (Nicolas Werner)
- chore: use our custom reusable workflow to avoid manually configuring each publish job (td)
- fix: Code style (The one with the braid)
- fix: call hangup on timeout race condition (Karthikeyan S)
- fix: clear local database on logout even if server timesout (td)
- fix: hangup on call crash (Mohammad Reza Moradi)
- fix: stale call checker leaks memory (Nicolas Werner)
## [0.22.6] - 23 October 2023 ## [0.22.6] - 23 October 2023
- fix: Do not convert linebreaks in pre blocks on markdown parsing (Krille) - fix: Do not convert linebreaks in pre blocks on markdown parsing (Krille)
- refactor: Wait for room in sync until sync process and trigger cleanup call not before actually start clean up. (Krille) - refactor: Wait for room in sync until sync process and trigger cleanup call not before actually start clean up. (Krille)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.22.6 version: 0.22.7
homepage: https://famedly.com homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git repository: https://github.com/famedly/matrix-dart-sdk.git