From b15c959db91b9a6d99346a402f248f5000ba0900 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Tue, 27 Feb 2024 12:25:48 +0700 Subject: [PATCH] Bump version to v2.4.19 (cherry picked from commit bd24a37384bb67706acbe56eee1b29799092814a) --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e7dc7e0c..24c7a4d297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.4.19+2330] - 2024-02-27 +### Fixed +- \#1457 Handle predictive back +- \#1308 handle pop scope for back button +- \#1492 handle performance in rebuilding in Chat list +- \#1269 Play video in safari +- \#1455 handle Micro permission for iOS and Android in Image Picker +- \#1472 Prevent select video in change avatar +- \#1425 Update title position +- \#713 Jump from media list to chat +- \#1153 Prevent duplicated phone number + ## [2.4.18+2330] - 2024-02-19 ### Fixed @@ -2223,6 +2235,7 @@ interesting devices. If you have one, I would very like to see some screenshots This CHANGELOG.md was generated with [**Changelog for Dart**](https://pub.dartlang.org/packages/changelog) +[2.4.19+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.19 [2.4.18+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.18 [2.4.16+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.16 diff --git a/pubspec.yaml b/pubspec.yaml index f1c7d0a1fb..30133b5792 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.4.18+2330 +version: 2.4.19+2330 environment: sdk: ">=3.1.3 <4.0.0"