From 6f905f7d3b8408a10790766672e691538b999a0e Mon Sep 17 00:00:00 2001 From: Krille Date: Thu, 7 Mar 2024 08:51:38 +0100 Subject: [PATCH] build: Bump version to 0.25.13 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0320467d..05e4c751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [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) +- fix: archived room state store logic (Nicolas Werner) +- fix: Do not assume a missing timestamp means "now" (Nicolas Werner) +- fix: Do not compare timestamps when setting roomstate (Nicolas Werner) +- fix: properly fetch participants when transitioning from invite to join (Nicolas Werner) +- fix: properly overwrite loaded state for partial loaded rooms (Nicolas Werner) +- fix: some tests fail with the "fixed" membership fetch logic (Nicolas Werner) + ## [0.25.12] 1st March 2024 - chore: pass refreshToken to uiaLogin (Krille) - fix: removed prev_sender for empty chats (Patrick Hettich) diff --git a/pubspec.yaml b/pubspec.yaml index 9ee07aa6..66eeb3c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.12 +version: 0.25.13 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues