From ec502f932ef834a835a79755d2f8dc74c25f28a9 Mon Sep 17 00:00:00 2001 From: MinhDV Date: Thu, 2 Nov 2023 15:09:31 +0700 Subject: [PATCH] Bump version to v2.3.6 --- CHANGELOG.md | 29 ++++++++++++++++++++++++----- pubspec.yaml | 2 +- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e4eb0706..5ece66cba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1706,6 +1706,28 @@ 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.3.6+2330] - 2023-11-03 + +### Added + +- Translate Fr,En,Ru +- Create Chat without encryption + +### Changed + +- upgrade flutter to 3.13.7 +- use google font +- upgrade android 34 +- New preview\_link widget +- Search inside Chat + +### Fixed + +- fix inline markdown code +- scroll full screen GroupInfo +- fix search with case sensitive +- close custom tab after login + ## [2.3.3+2330] - 2023-10-18 ### Added @@ -1718,19 +1740,15 @@ Dart**](https://pub.dartlang.org/packages/changelog) - Shift+Enter ### Fixed - - keyboard handling when scrolling chat - click on notification redirect to exact message ## [2.3.2+2330] - 2023-10-06 - ### Added - - New Settings screeen - Load more error ### Fixed - - blink when scrolling chat - UI chat wrong - error in clear DB when logout in web @@ -1784,8 +1802,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.3.3+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.3 +[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 [2.3.2+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.2 [2.3.1+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.1 [2.3.0+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.0 diff --git a/pubspec.yaml b/pubspec.yaml index 7e2fdd586d..0f55bdbeb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.3.5+2330 +version: 2.3.6+2330 environment: sdk: '>=3.1.3 <4.0.0'