Merge pull request #1731 from famedly/release/v0.26.0

build: Bump version to 0.26.0
This commit is contained in:
Krille-chan 2024-03-08 11:47:53 +01:00 committed by GitHub
commit 0fedbc3307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -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
- chore: Add regression test for invite->join state handling (Nicolas Werner)
- feat: add fromLocalStoreOnly to Event.downloadAndDecryptAttachment (Romain GUILLOT)

View File

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