Bump version to v0.8.9
(cherry picked from commit 1167d3d4f11b368f9d9a385987587a503ca44a14)
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
## [0.8.9] - 2023-07-31
|
||||||
|
### Added
|
||||||
|
- Translate Russian and French
|
||||||
|
- Apply new view calendar event
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- \#2052 Fix TeamMailbox email address alignment is incorrect
|
||||||
|
- If no refreshToken return, maybe the old refreshToken still available
|
||||||
|
|
||||||
## [0.8.8] - 2023-07-20
|
## [0.8.8] - 2023-07-20
|
||||||
### Fixed
|
### Fixed
|
||||||
- \#2046 App crashes when login account information is incorrect on web
|
- \#2046 App crashes when login account information is incorrect on web
|
||||||
@@ -199,6 +208,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.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.9
|
||||||
[0.8.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.8
|
[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
|
||||||
|
|||||||
+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.8
|
version: 0.8.9
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.2 <3.0.0"
|
sdk: ">=2.19.2 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user