From 1c7df57b9ea79daa3b890df75b8cf3481c2d0edf Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 3 Sep 2021 15:15:57 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e71136..00627924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.4.0] - 3nd Sep 2021 +- fix: Check if database got disposed in keyManager +- fix: Implement dummy transactions for hive +- fix: room account data key/type returned encoded +- fix: Missing null check +- fix: uiaRequests send broken auth object at first try +- fix: Requesting history being funky +- fix: Don't lag when sending messages in big rooms +- feat: Do not load all timeline events from store at once +- feat: Pin invited rooms +- refactor: Replace all logic regarding sortOrder +- refactor: Workarounds for missing mHeroes in rooms + ## [0.3.6] - 30nd Aug 2021 - hotfix: uiaRequests send broken auth object at first try diff --git a/pubspec.yaml b/pubspec.yaml index b8ada0e0..52db8bdf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.3.6 +version: 0.4.0 homepage: https://famedly.com environment: