build: Bump version 0.26.1

This commit is contained in:
Krille 2024-03-15 12:16:32 +01:00
parent 8d484dbe37
commit 1763c2dbdf
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## [0.26.1] 15th March 2024
- chore: add noice/echo cancelling flags to getUserMedia (td)
- feat: Add commands /ignore and /unignore (Krille)
- feat: Offers client.ensureNotSoftLoggedOut() to fix using client with stopped sync loop (Krille)
- fix: throw EventTooLarge on exceeding max fed PDU (td)
## [0.26.0] 8th March 2024
This release adds a new state to the `LoginState` named `softLoggedOut`. Learn more about it here:
https://spec.matrix.org/v1.9/client-server-api/#soft-logout

View File

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