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
|
- Add swipe to reply - Thanks @inexcode
|
||||||
- Initial support for compiling to desktop
|
- Initial support for compiling to desktop
|
||||||
- Initial snap metadata - Thanks @RAOF_47
|
- 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
|
### Changes
|
||||||
- Re-scale images in a separate isolate to prevent the UI from freezing
|
- Re-scale images in a separate isolate to prevent the UI from freezing
|
||||||
- URLs without https:// now linkify
|
- URLs without https:// now linkify
|
||||||
- Parse all URIs, not just URLs
|
- Parse all URIs, not just URLs
|
||||||
- emails will linkify now
|
- emails will linkify now
|
||||||
|
- Make sure login to dendrite is working properly
|
||||||
### Fixes
|
### Fixes
|
||||||
- Fix amoled / theme settings not always saving properly
|
- Fix amoled / theme settings not always saving properly
|
||||||
- Show device name in account information correctly
|
- Show device name in account information correctly
|
||||||
- Fix tapping on aliases / room pills not always working
|
- Fix tapping on aliases / room pills not always working
|
||||||
|
- Link clicking in web not always working
|
||||||
|
|
||||||
# Version 0.19.0 - 2020-09-21
|
# Version 0.19.0 - 2020-09-21
|
||||||
### Features
|
### Features
|
||||||
|
|
15
pubspec.lock
15
pubspec.lock
|
@ -85,6 +85,13 @@ packages:
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
|
catex:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: catex
|
||||||
|
url: "https://pub.dartlang.org"
|
||||||
|
source: hosted
|
||||||
|
version: "0.0.1+6"
|
||||||
characters:
|
characters:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -194,8 +201,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0"
|
ref: be6824b7465b2bda7e5b769254be5cddd207b479
|
||||||
resolved-ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0"
|
resolved-ref: be6824b7465b2bda7e5b769254be5cddd207b479
|
||||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
@ -334,7 +341,7 @@ packages:
|
||||||
name: flutter_matrix_html
|
name: flutter_matrix_html
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.1.7"
|
version: "0.1.9"
|
||||||
flutter_olm:
|
flutter_olm:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -526,7 +533,7 @@ packages:
|
||||||
name: matrix_link_text
|
name: matrix_link_text
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.3.0"
|
version: "0.3.1"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -27,7 +27,7 @@ dependencies:
|
||||||
famedlysdk:
|
famedlysdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/famedly/famedlysdk.git
|
url: https://gitlab.com/famedly/famedlysdk.git
|
||||||
ref: 74bd1d331b77f45ab0793af7c9e607795b8c16f0
|
ref: be6824b7465b2bda7e5b769254be5cddd207b479
|
||||||
|
|
||||||
localstorage: ^3.0.1+4
|
localstorage: ^3.0.1+4
|
||||||
file_picker_cross: ^4.2.2
|
file_picker_cross: ^4.2.2
|
||||||
|
@ -37,7 +37,7 @@ dependencies:
|
||||||
firebase_messaging: ^7.0.2
|
firebase_messaging: ^7.0.2
|
||||||
flutter_local_notifications: ^1.4.3
|
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
|
# 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
|
path_provider: ^1.5.1
|
||||||
webview_flutter: ^0.3.19+9
|
webview_flutter: ^0.3.19+9
|
||||||
share: ^0.6.3+5
|
share: ^0.6.3+5
|
||||||
|
@ -51,7 +51,7 @@ dependencies:
|
||||||
open_file: ^3.0.1
|
open_file: ^3.0.1
|
||||||
mime_type: ^0.3.0
|
mime_type: ^0.3.0
|
||||||
bot_toast: ^3.0.0
|
bot_toast: ^3.0.0
|
||||||
flutter_matrix_html: ^0.1.7
|
flutter_matrix_html: ^0.1.9
|
||||||
moor: ^3.3.1
|
moor: ^3.3.1
|
||||||
sqlite3_flutter_libs: ^0.2.0
|
sqlite3_flutter_libs: ^0.2.0
|
||||||
sqlite3: ^0.1.4
|
sqlite3: ^0.1.4
|
||||||
|
|
Loading…
Reference in a new issue