From 1b9fc34c44775d34427f9033ec77960f441b3067 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 27 Oct 2023 10:39:18 +0700 Subject: [PATCH] Bump version to v0.10.2 (cherry picked from commit 17d5b73ad265a996335e2defb49b3e8767534c14) --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01403082a..ac2dc803b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.10.2] - 2023-10-27 +### Added +- Change font size in composer +- New attachment view +- Scroll to top on web + +### Fixed +- Message content is cutted +- Signature button is included in email content +- Download error when token refreshed +- Upload failed when token expired + ## [0.10.1] - 2023-10-11 ### Added - Scroll up button @@ -305,6 +317,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.10.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.2 [0.10.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.1 [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 diff --git a/pubspec.yaml b/pubspec.yaml index 3ae68aefb..8d6f88d00 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.10.1 +version: 0.10.2 environment: sdk: ">=3.0.0 <4.0.0"