Merge pull request #1734 from famedly/release/v0.26.1

build: Bump version 0.26.1
This commit is contained in:
Krille-chan 2024-03-15 12:24:54 +01:00 committed by GitHub
commit d1cf6e2e9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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