Bump version to v0.7.10

(cherry picked from commit 07352a34325f4be03556b555989054ca3fc70931)
This commit is contained in:
dab246
2023-06-05 10:44:45 +07:00
committed by Dat Vu
parent 953894e3a9
commit 4f606de81e
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -1,3 +1,15 @@
## [0.7.10] - 2023-06-05
### Added
- Keep N recently opened email in the cache
- Reading recent emails when on slow network/offline
- Config work manager on mobile
### Changed
- Split the test report job for forks
### Fixed
- Force browsers to re-validate cache before reuse
## [0.7.9] - 2023-05-08
### Added
- \#1792 Add option 'Empty Trash' in folder menu
@@ -101,6 +113,7 @@
- \#1512 remove plain text input for signature
- \#1469 remove animation when navigating screen
[0.7.10]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.10
[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
+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.9
version: 0.7.10
environment:
sdk: ">=2.19.2 <3.0.0"