From f589b11637128c985fcc144cc4d45d8e5fd4e5ea Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 15 Jun 2023 17:54:02 +0700 Subject: [PATCH] Bump version to `v0.8.2` (cherry picked from commit fecc204b886153e1ab29452d7a365ad8879b09d8) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571ecc20e..0e1ba0c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Unreleased +### Fixed +- Fix select font style always default when changed +- Fix attachments not show when click ShowAll button +- Fix alignment delete button in attachment item file of email view in RTL mode +- Hide keyboard when open choose attachment dialog on mobile + ## [0.8.1] - 2023-06-15 ### Added - Support RTL mode diff --git a/pubspec.yaml b/pubspec.yaml index 398ea3f23..b9c67f49e 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.8.1 +version: 0.8.2 environment: sdk: ">=2.19.2 <3.0.0"