build: Bump version 0.26.1
This commit is contained in:
parent
8d484dbe37
commit
1763c2dbdf
|
|
@ -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
|
## [0.26.0] 8th March 2024
|
||||||
This release adds a new state to the `LoginState` named `softLoggedOut`. Learn more about it here:
|
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
|
https://spec.matrix.org/v1.9/client-server-api/#soft-logout
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.26.0
|
version: 0.26.1
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue