From f7ff075f8288a762ba031c233f024bb77c62e7a7 Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 9 Oct 2023 11:48:42 +0700 Subject: [PATCH] Bump version to `v0.10.0` (cherry picked from commit 7e03a63a6a3b402180c06539fa153d7e3f4406d0) --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6b2e4c9..1800f861d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## [0.10.0] - 2023-10-09 +### Added +- \#2116 Apply new design composer +- \#2118 Support drag and drop attachments from my PC +- \#2172 Support drag and drop attachments from other mail +- \#2194 Add action new subfolder +- Translated Vietnamese/German + +### Changed +- \#2125 README: refresh roadmap +- \#2126 README: Credit Linagora better + +### Fixed +- Fix not found object in bindings +- Fix can not open new tab for email +- \#2120 Fix drag and drop text inside the composer on web +- \#1608 Set References and In-Reply-To fields +- \#2157 Remove collapsed/expanded signature in EmailView +- \#2168 Invalid recipient from mailto router +- \#2167 Support CTRL+SHIFT+Z shortcut in composer on web +- \#2176 Fix app grid on the tmail.linagora.com sometimes is outdated +- \#2160 \[Mobile\] A part of the bottom of email content has been cut off, only happen with long email html template +- \#2179 \[UI\] Some screen having menu label is overlap on Russian languages +- \#2180 \[UI\] Suggestion list being hidden once user use device with small screen +- \#2199 \[UX\] \[Suggestion\] User cannot see the email suggestion if that email is new with our system +- \#2202 \[Offline\] Sending email failed when network is corrupted but wifi still in full +- \#2189 \[Offline\] While app in offline, After click on send button in composer, dialog show, but when click outside the dialog, all disappear +- \#2188 \[Offline\] Sending queue item sent failed but still in Sending queue +- \#2190 \[Offline\] Offline proceed dialog is overlapped +- \#2187 \[Offline\] Click on back button in Sending Queue mailbox then close the app +- \#2182 \[BLUE-BAR\] No blue bar for Office 365 events + +### Security +- \#2163 Add a security.md file + ## [0.9.3] - 2023-09-19 ### Fixed - \[HOT-FIX\] Fix built release but nginx route 404 not found on web @@ -261,6 +296,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.10.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.0 [0.9.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.3 [0.9.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.2 [0.9.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.1 diff --git a/pubspec.yaml b/pubspec.yaml index f95ead156..c2915bec4 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.9.3 +version: 0.10.0 environment: sdk: ">=3.0.0 <4.0.0"