From 0892ca9dd55130821ea449d07c534577eedf041d Mon Sep 17 00:00:00 2001 From: Sorunome Date: Sun, 18 Oct 2020 16:20:57 +0200 Subject: [PATCH] chore: upate matrix link text --- CHANGELOG.md | 2 ++ pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7c031..6480554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ### 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 ### Fixes - Fix amoled / theme settings not always saving properly - Show device name in account information correctly diff --git a/pubspec.lock b/pubspec.lock index ff9b2ab..c3b84db 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -526,14 +526,14 @@ packages: name: matrix_link_text url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" + version: "0.3.0" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety.4" + version: "1.3.0-nullsafety.3" mime: dependency: transitive description: @@ -869,7 +869,7 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0-nullsafety.2" + version: "1.10.0-nullsafety.1" stream_channel: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1a9ca8f..f67467b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.2.0 + matrix_link_text: ^0.3.0 path_provider: ^1.5.1 webview_flutter: ^0.3.19+9 share: ^0.6.3+5