build: Bump version to 0.26.0

This commit is contained in:
Krille 2024-03-08 11:11:39 +01:00
parent fdee8ee845
commit dec3ea00be
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
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 ## [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)

View File

@ -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