Bump version to v0.8.0
(cherry picked from commit 9b7e15275a227c5bbc3d5127767b597e3b274f10)
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
## [0.8.0] - 2023-06-12
|
||||||
|
### Added
|
||||||
|
- TF-1786 Write stories for swipe in email item in ThreadView
|
||||||
|
- Support Sending emails when offline
|
||||||
|
- Support manage the sending queue
|
||||||
|
- Support view/modify SendingQueue entries
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- TF-1862 Fix right click on email item in email list view
|
||||||
|
- TF-1851 Fix \[COMPOSER\] Selected rich text menu do not match current text status
|
||||||
|
- TF-1851 Fix \[COMPOSER\] Need to apply color twice for bold
|
||||||
|
|
||||||
## [0.7.11] - 2023-06-05
|
## [0.7.11] - 2023-06-05
|
||||||
### Changed
|
### Changed
|
||||||
- Upgrade version flutter-typeahead
|
- Upgrade version flutter-typeahead
|
||||||
@@ -117,6 +129,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.8.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.0
|
||||||
[0.7.11]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.11
|
[0.7.11]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.11
|
||||||
[0.7.10]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.10
|
[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
|
||||||
|
|||||||
+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.11
|
version: 0.8.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.2 <3.0.0"
|
sdk: ">=2.19.2 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user