Bump version to v0.10.4
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 5f287f1c426ce933d046428f6686de7d18fbeaa0)
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
## [0.10.4] - 2023-10-31
|
||||||
|
### Added
|
||||||
|
- Communicating L18n to remote servers
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Mark as read multiple message have the trouble on mobile
|
||||||
|
- Empty trash have the trouble on mobile
|
||||||
|
- Upload image/attachment have the trouble on mobile
|
||||||
|
|
||||||
## [0.10.3] - 2023-10-27
|
## [0.10.3] - 2023-10-27
|
||||||
### Fixed
|
### Fixed
|
||||||
- Build release on iOS
|
- Build release on iOS
|
||||||
@@ -321,6 +330,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.10.4]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.4
|
||||||
[0.10.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.3
|
[0.10.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.3
|
||||||
[0.10.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.2
|
[0.10.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.2
|
||||||
[0.10.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.1
|
[0.10.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.10.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.10.3
|
version: 0.10.4
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user