From dcf669d47c1327d9035db7086f8b1079b36ce400 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 19 Jun 2021 11:13:37 +0200 Subject: [PATCH] chore: Update Matrix --- CHANGELOG.md | 5 +++++ pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 127c1e0b..4b7aa7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.32.1 - 2021-06-17 +* fix: Hive breaks if room IDs contain emojis (yes there are users with hacked synapses out there who needs this) +* feat: Also migrate inbound group sessions + + ## v0.32.0 - 2021-06-16 FluffyChat 0.32.0 targets improved stability and a new onboarding flow where single sign on is now the more prominent way to get new users into the app. This release also introduces a complete rewritten database under the hood based on the key value store Hive instead of sqlite. This should improve the overall stability and the performance of the web version. diff --git a/pubspec.lock b/pubspec.lock index a90bcb14..70540cca 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -589,7 +589,7 @@ packages: name: matrix url: "https://pub.dartlang.org" source: hosted - version: "0.1.1" + version: "0.1.2" matrix_api_lite: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 66a339ad..2cfa1f29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.32.0+0 +version: 0.32.1+0 environment: sdk: ">=2.6.0 <3.0.0" @@ -41,7 +41,7 @@ dependencies: image_picker: ^0.7.4 intl: any localstorage: ^4.0.0+1 - matrix: ^0.1.1 + matrix: ^0.1.2 mime_type: ^1.0.0 moor: ^4.2.1 native_imaging: