mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
chore: Update Matrix
This commit is contained in:
parent
cb84e82365
commit
dcf669d47c
@ -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.
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user