Merge branch 'soru/update-dependencies' into 'main'
chore: update dependencies See merge request ChristianPauly/fluffychat-flutter!233
This commit is contained in:
commit
fe4b1f9a38
|
@ -6,15 +6,18 @@
|
|||
- Add swipe to reply - Thanks @inexcode
|
||||
- Initial support for compiling to desktop
|
||||
- Initial snap metadata - Thanks @RAOF_47
|
||||
- Add latex parsing as per [MSC2191](https://github.com/matrix-org/matrix-doc/pull/2191) - `$tex$` for inline and `$$` for blocks
|
||||
### Changes
|
||||
- Re-scale images in a separate isolate to prevent the UI from freezing
|
||||
- URLs without https:// now linkify
|
||||
- Parse all URIs, not just URLs
|
||||
- emails will linkify now
|
||||
- Make sure login to dendrite is working properly
|
||||
### Fixes
|
||||
- Fix amoled / theme settings not always saving properly
|
||||
- Show device name in account information correctly
|
||||
- Fix tapping on aliases / room pills not always working
|
||||
- Link clicking in web not always working
|
||||
|
||||
# Version 0.19.0 - 2020-09-21
|
||||
### Features
|
||||
|
|
15
pubspec.lock
15
pubspec.lock
|
@ -85,6 +85,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
catex:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: catex
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.0.1+6"
|
||||
characters:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -194,8 +201,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0"
|
||||
resolved-ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0"
|
||||
ref: be6824b7465b2bda7e5b769254be5cddd207b479
|
||||
resolved-ref: be6824b7465b2bda7e5b769254be5cddd207b479
|
||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
|
@ -334,7 +341,7 @@ packages:
|
|||
name: flutter_matrix_html
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.1.7"
|
||||
version: "0.1.9"
|
||||
flutter_olm:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -526,7 +533,7 @@ packages:
|
|||
name: matrix_link_text
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.3.0"
|
||||
version: "0.3.1"
|
||||
meta:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -27,7 +27,7 @@ dependencies:
|
|||
famedlysdk:
|
||||
git:
|
||||
url: https://gitlab.com/famedly/famedlysdk.git
|
||||
ref: 74bd1d331b77f45ab0793af7c9e607795b8c16f0
|
||||
ref: be6824b7465b2bda7e5b769254be5cddd207b479
|
||||
|
||||
localstorage: ^3.0.1+4
|
||||
file_picker_cross: ^4.2.2
|
||||
|
@ -37,7 +37,7 @@ dependencies:
|
|||
firebase_messaging: ^7.0.2
|
||||
flutter_local_notifications: ^1.4.3
|
||||
# desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5
|
||||
matrix_link_text: ^0.3.0
|
||||
matrix_link_text: ^0.3.1
|
||||
path_provider: ^1.5.1
|
||||
webview_flutter: ^0.3.19+9
|
||||
share: ^0.6.3+5
|
||||
|
@ -51,7 +51,7 @@ dependencies:
|
|||
open_file: ^3.0.1
|
||||
mime_type: ^0.3.0
|
||||
bot_toast: ^3.0.0
|
||||
flutter_matrix_html: ^0.1.7
|
||||
flutter_matrix_html: ^0.1.9
|
||||
moor: ^3.3.1
|
||||
sqlite3_flutter_libs: ^0.2.0
|
||||
sqlite3: ^0.1.4
|
||||
|
|
Loading…
Reference in a new issue