From dec3ea00beb03944129969812b72dc94a031b4d4 Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 8 Mar 2024 11:11:39 +0100 Subject: [PATCH] build: Bump version to 0.26.0 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e4c751..db9e6a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pubspec.yaml b/pubspec.yaml index 66eeb3c1..40d405e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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