Bump version to v0.7.9

(cherry picked from commit 2e56141bb95aa43ef15b77eb14ab5780af692287)
This commit is contained in:
dab246
2023-05-08 11:27:18 +07:00
committed by Dat Vu
parent 79752cc297
commit d9aa9c4de2
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -1,3 +1,20 @@
## [0.7.9] - 2023-05-08
### Added
- \#1792 Add option 'Empty Trash' in folder menu
### Changed
- \#1755 Use TupleKey('ObjectId\|AccountId\|UserName') store data to cache
### Fixed
- \#1385 Fix \[Email rule\] Icon edit and delete might be seen as disable
- \#1677 Fix \[ManageAccount\]\[Forwarding\] Email validation is not working well
- \#1687 Fix \[UI\] Unread counter and mailbox name are displayed not in single line
- \#1735 Fix filters not applied to search
- \#1743 Fix horizontal scroll bar in Email detail view
- \#1798 Fix \[Toast\] Error message is displayed behind the keyboard on IOS platform only
- \#1803 Fix advanced search can't clear 'Have the world'
- \#1806 Fix impossible to disable used fonts in email composer
## [0.7.8] - 2023-04-24
### Added
- Added workflow to create a deployment on PR
@@ -84,6 +101,7 @@
- \#1512 remove plain text input for signature
- \#1469 remove animation when navigating screen
[0.7.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.9
[0.7.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.8
[0.7.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.7
[0.7.6]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.6
+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.7.8
version: 0.7.9
environment:
sdk: ">=2.19.2 <3.0.0"