From 5f0fc8f29a12389bda8a0e6444a698ff63c0b351 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Tue, 28 Nov 2023 06:21:38 +0700 Subject: [PATCH] Bump version to v2.4.1 --- CHANGELOG.md | 24 +++++++++++++++++++----- pubspec.yaml | 2 +- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f36c3fdd..3420816ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1706,6 +1706,23 @@ Version 0.30.0 will be the first version with arm64 support. You can download bi This CHANGELOG.md was generated with [**Changelog for Dart**](https://pub.dartlang.org/packages/changelog) +## [2.4.1+2330] - 2023-11-28 + +### Added + +- Translation + +### Fixed + +- Force re-login again and again in iOS +- Change the same term of profile page +- Remove trying to load thumbnail again and again +- Use Active instead of Online +- Fixing cannot play sending video +- Remove hero animation +- Change color of Active status +- Search in forward to screen + ## [2.4.0+2330] - 2023-11-20 ### Added @@ -1721,22 +1738,18 @@ Dart**](https://pub.dartlang.org/packages/changelog) - Aplly new M3 ### Fixed - - Popup with wrong context - Select text with mouse in web app - Click notification in web to open room - Fix cut and paste button in composer ## [2.3.7+2330] - 2023-11-09 - ### Changed - - Download file in mobile/desktop base on file stream - upgrade matrix sdk to 0.22.6 - New design for pin message ### Fixed - - Twake dialog - Remove avatar @@ -1830,8 +1843,9 @@ Dart**](https://pub.dartlang.org/packages/changelog) - Reduce unnecessary API request to Profile API - Fix the placeholder for image to reduce memory consumption -[2.4.0+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.0 +[2.4.1+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.1 +[2.4.0+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.0 [2.3.7+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.7 [2.3.6+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.6 [2.3.3+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.3 diff --git a/pubspec.yaml b/pubspec.yaml index bea6065cf6..901669cca1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.4.0+2330 +version: 2.4.1+2330 environment: sdk: '>=3.1.3 <4.0.0'