From cbf961aa9d95e6d3aede8a8f50034207ed206d5f Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 25 Nov 2021 13:14:48 +0100 Subject: [PATCH] chore: Update SDK --- CHANGELOG.md | 24 ++++++++++++++---------- pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd10088..d5dba897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,20 @@ -## [0.7.0-nullsafety.8] - 23nd Nov 2021 +## [0.7.0-nullsafety.9] - 25nd Nov 2021 +- fix: Limited timeline clean up on web +- fix: Remove account avatar + +## [0.7.0-nullsafety.8] - 24nd Nov 2021 - chore: Update FluffyBox ## [0.7.0-nullsafety.7] - 23nd Nov 2021 -feat: Add commands to create chats -feat: Add clear cache command -feat: Implement new FluffyBox database API implementation -fix: Workaround for a null exception for a non nullable boolean while user device key updating -fix: Limited timeline clears too many events -fix: Ability to remove avatar from room and account -fix: Request history in archived rooms -fix: Decrypt last event of a room -refactor: Remove Sembast database implementation +- feat: Add commands to create chats +- feat: Add clear cache command +- feat: Implement new FluffyBox database API implementation +- fix: Workaround for a null exception for a non nullable boolean while user device key updating +- fix: Limited timeline clears too many events +- fix: Ability to remove avatar from room and account +- fix: Request history in archived rooms +- fix: Decrypt last event of a room +- refactor: Remove Sembast database implementation ## [0.7.0-nullsafety.6] - 16nd Nov 2021 - feat: Implement sembast store diff --git a/pubspec.yaml b/pubspec.yaml index 2fb0e85d..78b72543 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.7.0-nullsafety.8 +version: 0.7.0-nullsafety.9 homepage: https://famedly.com environment: