Merge branch 'soru/update-sdk-and-changelog' into 'main'
chore: Update SDK & Changelog See merge request ChristianPauly/fluffychat-flutter!161
This commit is contained in:
commit
43f51d6908
|
@ -5,8 +5,12 @@
|
|||
- Use server-side generated thumbnails in cleartext rooms
|
||||
- Add option to send images in their original resolution
|
||||
- Add additional confirmation for sending files & share intents
|
||||
- Add option to opt-in to report issues / crashes to sentry
|
||||
- Write keys to online key backup, fully implementing online key backup
|
||||
### Changes
|
||||
- Tapping links, pills, etc. now does stuff
|
||||
- Better handling of sending messages in bad network
|
||||
- Better recovery of "keys not cached"
|
||||
### Fixes:
|
||||
- Various html rendering and url-ifying fixes
|
||||
- Added support for blurhashes
|
||||
|
|
11
pubspec.lock
11
pubspec.lock
|
@ -187,8 +187,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "5863c8e168d796bcda3556409c46e27b71986862"
|
||||
resolved-ref: "5863c8e168d796bcda3556409c46e27b71986862"
|
||||
ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe
|
||||
resolved-ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe
|
||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
|
@ -422,6 +422,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.3.4"
|
||||
isolate:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: isolate
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.3"
|
||||
js:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -27,7 +27,7 @@ dependencies:
|
|||
famedlysdk:
|
||||
git:
|
||||
url: https://gitlab.com/famedly/famedlysdk.git
|
||||
ref: 8899f4c677f6f255db62f34a6ae46f92deaa1c88
|
||||
ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe
|
||||
|
||||
localstorage: ^3.0.1+4
|
||||
bubble: ^1.1.9+1
|
||||
|
|
Loading…
Reference in a new issue