chore: Update Matrix

This commit is contained in:
Christian Pauly 2021-06-19 11:13:37 +02:00
parent cb84e82365
commit dcf669d47c
3 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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: