Bump version to v0.8.2

(cherry picked from commit fecc204b886153e1ab29452d7a365ad8879b09d8)
This commit is contained in:
dab246
2023-06-15 17:54:02 +07:00
committed by Dat Vu
parent 17f9ed8d17
commit f589b11637
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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
+1 -1
View File
@@ -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"