From 93cd2c41651a1387a1b9c4b5551a761a44ad1d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 5 Jun 2025 08:18:35 +0200 Subject: [PATCH] build: Add changelog 0.40.2 --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa0b41f..d2a18b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.40.2] 5th June 2025 +- fix: fallback on homeserver is userID null (The one with the braid) + +## [0.40.1] 2nd June 2025 +- feat: Add logout command (Christian Kußowski) +- feat: Switch to github flavor markdown to render checkboxes (krille-chan) +- fix: Add missing copy json in updateInboundGroupdSessionAllowedAtIndex method (Christian Kußowski) +- fix: Correct filename when downloading thumbnail (Christian Kußowski) +- fix: no user feedback if client.getConfig() takes some time (Christian Kußowski) +- refactor: Do not store room update for leave rooms not cached anyway (Christian Kußowski) + ## [0.40.0] 9th May 2025 - feat: Add localization for voice message type (Krille) - feat: Support fallback for threads in Event.getReplyEvent() (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 8f8ee085..2c889a50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.40.0 +version: 0.40.2 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues