From 920debb77ab7fa76a6f19d19fa5d815daffd364c Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Mon, 19 Feb 2024 19:22:10 +0700 Subject: [PATCH] Bump version to v2.4.18 (cherry picked from commit a7ebd6c2416c9167abf73f6ef75db659839608ca) --- CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++++ assets/l10n/intl_vi.arb | 2 +- pubspec.yaml | 2 +- 3 files changed, 53 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3090118056..30e7dc7e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,57 @@ +## [2.4.18+2330] - 2024-02-19 + +### Fixed + +- Translated using Weblate (French) +- Translated using Weblate (Vietnamese) +- \#1152: Support can search by email on chat list +- Update code owner for project +- \#1450: fix greating popup input text sync +- \#1031: Improve Emoji Picker +- hot-fix: reenable context menu in mobile and other devices +- \#1271: Update UI for dialog invitation +- \#1240: Use try catch for `ValueNotifier` +- \#1423: Update padding for reply content +- \#1314: Change format date time from MM/dd/yy to dd/MM/yy +- \#1196: Update display pill with display name +- \#1394: Add Slidable Chat List Item - Mute/Unmute +- improve perf: change MediaQuery.of to sizeOf to reduce rebuild +- \#217: update new UX for share and forward screen +- \#344: Using visibility_detector for detect message in chat and display sticky timestamp +- \#1429: change Clipboard to TwakeClipboard +- \#1442: Harmonize Context Menu Styles across the app +- \#1371: Improve selection message behavior +- \#1360: Add Slidable Chat List Item - Read/Unread +- \#1402: cannot tag user in safari +- \#1381: Improve send_file_dialog component +- Update background color for all app +- \#1437: Update bottom navigator bar +- \#1418: Sort languages in alphabetical order and start them with a capital letter +- \#1412: Change naming in other users' profile information +- \#1437: Remove extra text in for profile information +- \#1437: Disable More button when select message in chat list +- \#1437: Remove emote settings +- \#1437: Remove chat folders button in settings +- \#1437: Disable location and contact button +- \#382: remove auto fill chat group name +- hot-fix: hover at link only +- \#1297: Improve for hide/show btn delete avatar in edit group +- \#1383: Update position of context menu in edit group +- \#888: Add unit test for `ContactsManager` +- \#1411: Update padding for no search result in selection members +- \#1411: Improve for search no result in create chat +- fix: invitation text after getting new room events +- \#1359: Add Slidable Chat List Item - Pin/Unpin +- fix: clear selection bottom bar after done on mobile + ## [2.4.16+2330] - 2024-01-31 + ### Added + - Add test widget for Twake Preview Link ### Fixed + - Padding in new group chat - Padding in inviation member screen - Update Members list when have changes in Chat @@ -2174,6 +2223,8 @@ 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.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 [2.4.15+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.15 [2.4.14+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.14 diff --git a/assets/l10n/intl_vi.arb b/assets/l10n/intl_vi.arb index 877314c31e..a7b3e42d29 100644 --- a/assets/l10n/intl_vi.arb +++ b/assets/l10n/intl_vi.arb @@ -2881,7 +2881,7 @@ "@noResults": {}, "addAnotherAccount": "Thêm tài khoản khác", "@addAnotherAccount": {}, - "messageSelected": "đã chọn {count, số nhiều, =0{Không có tin nhắn} =1{1 Tin nhắn} other{{count} Tin nhắn}}", + "messageSelected": "{count, plural, =0{Không có tin nhắn} =1{1 Tin nhắn} other{{count} Tin nhắn}}", "@messageSelected": { "type": "text", "placeholders": { diff --git a/pubspec.yaml b/pubspec.yaml index d116d243d1..49cf8e2ac3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.4.17+2330 +version: 2.4.18+2330 environment: sdk: ">=3.1.3 <4.0.0"