From 13ecf583296d6b7f2694fea40027ad8573989d7c Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 17 Jun 2024 06:53:54 +0200 Subject: [PATCH 1/4] build: Update Matrix Dart SDK --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 532795288..e509ea4c7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1210,10 +1210,10 @@ packages: dependency: "direct main" description: name: matrix - sha256: "668ed9b7279ac9c364c687585e606c1122f88d6e2e3410ba781a167b47cd9471" + sha256: "98599b2475da37284511f319aed47eae732d17659df12442218ef20fce84344f" url: "https://pub.dev" source: hosted - version: "0.29.9" + version: "0.29.11" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a71436c55..e9f795082 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -64,7 +64,7 @@ dependencies: keyboard_shortcuts: ^0.1.4 latlong2: ^0.9.1 linkify: ^5.0.0 - matrix: ^0.29.9 + matrix: ^0.29.11 native_imaging: ^0.1.1 package_info_plus: ^6.0.0 pasteboard: ^0.2.0 From 5998c9e29ea9c93d077f90e4219e7edea215d331 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 17 Jun 2024 08:07:34 +0200 Subject: [PATCH 2/4] fix: Add missing unlock button to lockscreen textfield --- lib/widgets/lock_screen.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/widgets/lock_screen.dart b/lib/widgets/lock_screen.dart index 17f4bef52..b756a3954 100644 --- a/lib/widgets/lock_screen.dart +++ b/lib/widgets/lock_screen.dart @@ -100,6 +100,10 @@ class _LockScreenState extends State { decoration: InputDecoration( errorText: _errorText, hintText: '****', + suffix: IconButton( + icon: const Icon(Icons.lock_open_outlined), + onPressed: () => tryUnlock(_textEditingController.text), + ), ), ), if (_inputBlocked) From 7e7ad46f98ef090bf32bae515e7d1c706629eb44 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 17 Jun 2024 09:34:40 +0200 Subject: [PATCH 3/4] build: Release v1.21.1 --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a6a7397..83968b329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v1.21.1 +- build: Update Matrix Dart SDK (Krille) +- build: Update to Flutter 3.22.2 (krille-chan) +- feat: add option to configure reply swipe direction (MrSpoony) +- fix: Add missing unlock button to lockscreen textfield (Krille) +- fix: Auto unlock lock screen (krille-chan) +- Translated using Weblate (Chinese (Simplified)) (大王叫我来巡山) +- Translated using Weblate (Estonian) (Priit Jõerüüt) +- Translated using Weblate (Estonian) (Rauno Ots) +- Translated using Weblate (Galician) (josé m) +- Translated using Weblate (Turkish) (Oğuz Ersen) +- Translated using Weblate (Vietnamese) (Karo) + ## v1.21.0 FluffyChat v1.21.0 introduces the new search feature which also includes a gallery and files list for each chat. Several performance improvements have been added under the hood, leading to a much nicer user experience. diff --git a/pubspec.yaml b/pubspec.yaml index e9f795082..4cb0edda5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fluffychat description: Chat with your friends. publish_to: none # On version bump also increase the build number for F-Droid -version: 1.21.0+3533 +version: 1.21.1+3533 environment: sdk: ">=3.0.0 <4.0.0" From 79ecfd96fafbe43aded159f11552df44d97492bd Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 17 Jun 2024 12:31:48 +0200 Subject: [PATCH 4/4] build: Update matrix dart sdk --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index e509ea4c7..97aad333e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1210,10 +1210,10 @@ packages: dependency: "direct main" description: name: matrix - sha256: "98599b2475da37284511f319aed47eae732d17659df12442218ef20fce84344f" + sha256: bb6de59d0f69e10bb6893130a967f1ffcbfa3d3ffed3864f0736ce3d968e669c url: "https://pub.dev" source: hosted - version: "0.29.11" + version: "0.29.12" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4cb0edda5..7d4febdb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -64,7 +64,7 @@ dependencies: keyboard_shortcuts: ^0.1.4 latlong2: ^0.9.1 linkify: ^5.0.0 - matrix: ^0.29.11 + matrix: ^0.29.12 native_imaging: ^0.1.1 package_info_plus: ^6.0.0 pasteboard: ^0.2.0