File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.8.0] - 2023-06-12
2
+ ### Added
3
+ - TF-1786 Write stories for swipe in email item in ThreadView
4
+ - Support Sending emails when offline
5
+ - Support manage the sending queue
6
+ - Support view/modify SendingQueue entries
7
+
8
+ ### Fixed
9
+ - TF-1862 Fix right click on email item in email list view
10
+ - TF-1851 Fix \[ COMPOSER\] Selected rich text menu do not match current text status
11
+ - TF-1851 Fix \[ COMPOSER\] Need to apply color twice for bold
12
+
1
13
## [ 0.7.11] - 2023-06-05
2
14
### Changed
3
15
- Upgrade version flutter-typeahead
117
129
- \# 1512 remove plain text input for signature
118
130
- \# 1469 remove animation when navigating screen
119
131
132
+ [ 0.8.0 ] : https://github.com/linagora/tmail-flutter/releases/tag/v0.8.0
120
133
[ 0.7.11 ] : https://github.com/linagora/tmail-flutter/releases/tag/v0.7.11
121
134
[ 0.7.10 ] : https://github.com/linagora/tmail-flutter/releases/tag/v0.7.10
122
135
[ 0.7.9 ] : https://github.com/linagora/tmail-flutter/releases/tag/v0.7.9
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 0.7.11
18
+ version : 0.8.0
19
19
20
20
environment :
21
21
sdk : " >=2.19.2 <3.0.0"
You can’t perform that action at this time.
0 commit comments