Bump version to v0.8.1
(cherry picked from commit bf0a88c3b485f1a77b1de732a849bf180bb88558)
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
## [0.8.1] - 2023-06-15
|
||||
### Added
|
||||
- Support RTL mode
|
||||
- Dockerfile - Add new stage for minify js file
|
||||
- \[Docs\] Configure OIDC
|
||||
- Support configuration for OIDC scopes
|
||||
|
||||
### Fixed
|
||||
- Fix disable connected network toast notification
|
||||
|
||||
## [0.8.0] - 2023-06-12
|
||||
### Added
|
||||
- TF-1786 Write stories for swipe in email item in ThreadView
|
||||
@@ -129,6 +139,7 @@
|
||||
- \#1512 remove plain text input for signature
|
||||
- \#1469 remove animation when navigating screen
|
||||
|
||||
[0.8.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.1
|
||||
[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.10]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.10
|
||||
|
||||
+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.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 0.8.0
|
||||
version: 0.8.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.2 <3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user