Bump version to v0.8.4
(cherry picked from commit 329ce8764188256f3d5f3751691cce4c184aec04)
This commit is contained in:
@@ -1,3 +1,19 @@
|
|||||||
|
## [0.8.4] - 2023-07-07
|
||||||
|
### Fixed
|
||||||
|
- \#1932 Turn off notifications after emailing
|
||||||
|
- \#1963 Bypass the Screen with button Single sign-on when OIDC flow is detected
|
||||||
|
- \#1829 App crash upon 401
|
||||||
|
- \#1933 The inbox and sending queue is highlight once some emails in sending queue was sent in the same time
|
||||||
|
- \#1877 \[Composer\] Text Style is not changed correctly once user change the focus
|
||||||
|
- \#1952 Display signature in composer on mobile
|
||||||
|
- \#1974 RefreshToken with OIDC on jmap.linagora.com/oidc
|
||||||
|
- \#1708 \[UI\] \[Change languages\] Translating system mailboxes (INBOX, etc…)
|
||||||
|
- \#1957 \[RTL\] Email subjects are displayed overlap email content
|
||||||
|
- \#1957 \[RTL\] Name of attachments are reversed
|
||||||
|
- \#1958 \[RTL\] 'To' and 'Cc' fields are not displayed in the single line
|
||||||
|
- \#1959 \[RTL\] Invalid email red border is displayed over the address field
|
||||||
|
- \#1960 \[RTL\] Cannot edit signature in Profile Identity
|
||||||
|
|
||||||
## [0.8.3] - 2023-06-27
|
## [0.8.3] - 2023-06-27
|
||||||
### Fixed
|
### Fixed
|
||||||
- \#1878 Fix font family not changed correctly in composer
|
- \#1878 Fix font family not changed correctly in composer
|
||||||
@@ -153,6 +169,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.4]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.4
|
||||||
[0.8.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.3
|
[0.8.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.3
|
||||||
[0.8.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.2
|
[0.8.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.2
|
||||||
[0.8.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.1
|
[0.8.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.1
|
||||||
|
|||||||
+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.3
|
version: 0.8.4
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.2 <3.0.0"
|
sdk: ">=2.19.2 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user