From c6b76afe69c5c2d2bdf337e921a710ff876d68f0 Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 12 Jun 2023 12:40:10 +0700 Subject: [PATCH] Bump version to `v0.8.0` (cherry picked from commit 9b7e15275a227c5bbc3d5127767b597e3b274f10) --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1299df6fa..bdf2f8892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.8.0] - 2023-06-12 +### Added +- TF-1786 Write stories for swipe in email item in ThreadView +- Support Sending emails when offline +- Support manage the sending queue +- Support view/modify SendingQueue entries + +### Fixed +- TF-1862 Fix right click on email item in email list view +- TF-1851 Fix \[COMPOSER\] Selected rich text menu do not match current text status +- TF-1851 Fix \[COMPOSER\] Need to apply color twice for bold + ## [0.7.11] - 2023-06-05 ### Changed - Upgrade version flutter-typeahead @@ -117,6 +129,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.8.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.0 [0.7.11]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.11 [0.7.10]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.10 [0.7.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.9 diff --git a/pubspec.yaml b/pubspec.yaml index 2f8c23d75..3042b6837 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.11 +version: 0.8.0 environment: sdk: ">=2.19.2 <3.0.0"