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"