Merge pull request #1734 from famedly/release/v0.26.1
build: Bump version 0.26.1
This commit is contained in:
commit
d1cf6e2e9e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue