build: release v0.29.2

This commit is contained in:
Krille 2024-05-14 14:07:23 +02:00
parent 476d86b425
commit db5aedc8f5
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [0.29.2] 14th May 2024
- feat: Implement unpublished MSC custom refresh token lifetime (Krille)
- feat: support for JWT authentication (Ray Wang)
- fix: ensureNotSoftLoggedOut must be called before network reqeust in syncFilter check (Krille)
- fix: ice restart mechanism (td)
- refactor: Cache direct chat matrix ID (krille-chan)
- refactor: make sure ensureNotSoftLoggedOut does not run multiple times (Krille)
## [0.29.1] 10th May 2024 ## [0.29.1] 10th May 2024
- chore: Revert check message size before fake sync (Krille) - chore: Revert check message size before fake sync (Krille)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.29.1 version: 0.29.2
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
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues