From d9aa9c4de24791c0f8b1e9062ccd7216e88cb29f Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 8 May 2023 11:27:18 +0700 Subject: [PATCH] Bump version to `v0.7.9` (cherry picked from commit 2e56141bb95aa43ef15b77eb14ab5780af692287) --- CHANGELOG.md | 18 ++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f865520f..8d7465f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [0.7.9] - 2023-05-08 +### Added +- \#1792 Add option 'Empty Trash' in folder menu + +### Changed +- \#1755 Use TupleKey('ObjectId\|AccountId\|UserName') store data to cache + +### Fixed +- \#1385 Fix \[Email rule\] Icon edit and delete might be seen as disable +- \#1677 Fix \[ManageAccount\]\[Forwarding\] Email validation is not working well +- \#1687 Fix \[UI\] Unread counter and mailbox name are displayed not in single line +- \#1735 Fix filters not applied to search +- \#1743 Fix horizontal scroll bar in Email detail view +- \#1798 Fix \[Toast\] Error message is displayed behind the keyboard on IOS platform only +- \#1803 Fix advanced search can't clear 'Have the world' +- \#1806 Fix impossible to disable used fonts in email composer + ## [0.7.8] - 2023-04-24 ### Added - Added workflow to create a deployment on PR @@ -84,6 +101,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.7.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.9 [0.7.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.8 [0.7.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.7 [0.7.6]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.6 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3a572f7f8..252f3ff4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.7.8 +version: 0.7.9 environment: sdk: ">=2.19.2 <3.0.0"