Skip to content

Commit f39830e

Browse files
committed
Bump version to v0.9.0
(cherry picked from commit 1545e2c)
1 parent 6225ec8 commit f39830e

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
## [0.8.9] - 2023-07-31
226
### Added
327
- Translate Russian and French
@@ -208,6 +232,7 @@
208232
- \#1512 remove plain text input for signature
209233
- \#1469 remove animation when navigating screen
210234

235+
[0.9.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.9.0
211236
[0.8.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.9
212237
[0.8.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.8
213238
[0.8.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.7

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.8.9
18+
version: 0.9.0
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)