build: Bump version to 0.26.0
This commit is contained in:
parent
fdee8ee845
commit
dec3ea00be
|
|
@ -1,3 +1,12 @@
|
||||||
|
## [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
|
||||||
|
|
||||||
|
When a client is in a soft logout state, it is not yet cleared, but sync has stopped and it expects
|
||||||
|
to perform a token refresh or a new login while providing the old device ID.
|
||||||
|
|
||||||
|
- refactor: BREAKING Allow calling init when in soft logout state and fix some bugs (Krille)
|
||||||
|
|
||||||
## [0.25.13] 7th March 2024
|
## [0.25.13] 7th March 2024
|
||||||
- chore: Add regression test for invite->join state handling (Nicolas Werner)
|
- chore: Add regression test for invite->join state handling (Nicolas Werner)
|
||||||
- feat: add fromLocalStoreOnly to Event.downloadAndDecryptAttachment (Romain GUILLOT)
|
- feat: add fromLocalStoreOnly to Event.downloadAndDecryptAttachment (Romain GUILLOT)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.25.13
|
version: 0.26.0
|
||||||
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