File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.9.0] - 2023-08-18
2
+ ### Added
3
+ - \# 1710 Delete all spam emails
4
+ - \# 2064 Display banner when the quota reaches the limit
5
+ - \# 2078 Add calendar Yes/No/Maybe options
6
+
7
+ ### Changed
8
+ - Upgrade flutter version to 3.10.6
9
+
10
+ ### Fixed
11
+ - \# 2047 Can not see the link when type is text/plain in email view
12
+ - \# 1981 Spam banner is too big
13
+ - \# 2066 Calendar not apply on version 0.8.9 when upgrade from old version
14
+ - \# 2067 Disable swipe left/right to next/previous email in email view
15
+ - \# 2068 Calendar banner widget is gray bar
16
+ - Change SERVER\_ URL to deployment PR success
17
+ - \# 1982 Change mailboxes label to folder
18
+ - \# 1714 Refreshing mailbox: display an animation while loading
19
+ - \# 2087 \[ IOS/ ANDROID\] The Status Bar is missing when user change Dark theme mode in device system
20
+ - \# 1983 Create folder - How to create filter easier
21
+ - \# 2089 Fix pull-to-refresh in mailbox view
22
+ - \# 2092 Signature delimiter should be dash - dash - space
23
+ - \# 1961 Email text content could be temporarily truncated
24
+
1
25
## [ 0.8.9] - 2023-07-31
2
26
### Added
3
27
- Translate Russian and French
208
232
- \# 1512 remove plain text input for signature
209
233
- \# 1469 remove animation when navigating screen
210
234
235
+ [ 0.9.0 ] : https://github.com/linagora/tmail-flutter/releases/tag/v0.9.0
211
236
[ 0.8.9 ] : https://github.com/linagora/tmail-flutter/releases/tag/v0.8.9
212
237
[ 0.8.8 ] : https://github.com/linagora/tmail-flutter/releases/tag/v0.8.8
213
238
[ 0.8.7 ] : https://github.com/linagora/tmail-flutter/releases/tag/v0.8.7
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.8.9
18
+ version : 0.9.0
19
19
20
20
environment :
21
21
sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments