From 1d0161b24e7ed0798624dd6fe98d0ecef8c50526 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 3 Jul 2024 15:07:54 +0200 Subject: [PATCH] build: Release v0.30.0 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd49e02..aa8ccdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.30.0] 3rd July 2024 + +- feat: Automatically cancel typing indicators after 30 seconds (Krille) +- feat: move e2e test dind structure to use executor (td) +- fix: Correctly store lastEvent in database after decryption (Krille) +- fix: Do not update lastEvent with state events (Krille) +- fix: lastEvent after edit and redact (td) +- fix: Type error when uploading room keys (Krille) +- refactor: Remove Matrix Connection Exception (Krille) + ## [0.29.13] 24th June 2024 - chore: allow clients to set their own voip key delays (td) - chore: use not cancelled in actions instead of always (td) diff --git a/pubspec.yaml b/pubspec.yaml index 490d2f81..bcbafde2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.13 +version: 0.30.0 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues