Bump version to v0.7.10
(cherry picked from commit 07352a34325f4be03556b555989054ca3fc70931)
This commit is contained in:
@@ -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
|
## [0.7.9] - 2023-05-08
|
||||||
### Added
|
### Added
|
||||||
- \#1792 Add option 'Empty Trash' in folder menu
|
- \#1792 Add option 'Empty Trash' in folder menu
|
||||||
@@ -101,6 +113,7 @@
|
|||||||
- \#1512 remove plain text input for signature
|
- \#1512 remove plain text input for signature
|
||||||
- \#1469 remove animation when navigating screen
|
- \#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.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.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.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.7
|
||||||
|
|||||||
+1
-1
@@ -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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.7.9
|
version: 0.7.10
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.2 <3.0.0"
|
sdk: ">=2.19.2 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user