chore: Update Matrix

onboarding
Christian Pauly 4 years ago
parent e9c40c4188
commit 2e3765ad1e

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

@ -589,7 +589,7 @@ packages:
name: matrix name: matrix
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.1" version: "0.1.2"
matrix_api_lite: matrix_api_lite:
dependency: transitive dependency: transitive
description: description:

@ -1,7 +1,7 @@
name: fluffychat name: fluffychat
description: Chat with your friends. description: Chat with your friends.
publish_to: none publish_to: none
version: 0.32.0+0 version: 0.32.1+0
environment: environment:
sdk: ">=2.6.0 <3.0.0" sdk: ">=2.6.0 <3.0.0"
@ -41,7 +41,7 @@ dependencies:
image_picker: ^0.7.4 image_picker: ^0.7.4
intl: any intl: any
localstorage: ^4.0.0+1 localstorage: ^4.0.0+1
matrix: ^0.1.1 matrix: ^0.1.2
mime_type: ^1.0.0 mime_type: ^1.0.0
moor: ^4.2.1 moor: ^4.2.1
native_imaging: native_imaging:

Loading…
Cancel
Save