Bump version to v0.8.8
(cherry picked from commit a681120ff559a2ee9be24b1b4a53932d36e7ed31)
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## [0.8.8] - 2023-07-20
|
||||||
|
### Fixed
|
||||||
|
- \#2046 App crashes when login account information is incorrect on web
|
||||||
|
|
||||||
## [0.8.7] - 2023-07-19
|
## [0.8.7] - 2023-07-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- \#1912 Fix rendering issue on TMail when reading an email
|
- \#1912 Fix rendering issue on TMail when reading an email
|
||||||
@@ -195,6 +199,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.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.8
|
||||||
[0.8.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.7
|
[0.8.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.7
|
||||||
[0.8.6]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.6
|
[0.8.6]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.6
|
||||||
[0.8.5]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.5
|
[0.8.5]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.5
|
||||||
|
|||||||
+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.8.7
|
version: 0.8.8
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.2 <3.0.0"
|
sdk: ">=2.19.2 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user