Skip to content

Commit c6b76af

Browse files
committed
Bump version to v0.8.0
(cherry picked from commit 9b7e152)
1 parent ba63fc6 commit c6b76af

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
## [0.7.11] - 2023-06-05
214
### Changed
315
- Upgrade version flutter-typeahead
@@ -117,6 +129,7 @@
117129
- \#1512 remove plain text input for signature
118130
- \#1469 remove animation when navigating screen
119131

132+
[0.8.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.0
120133
[0.7.11]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.11
121134
[0.7.10]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.10
122135
[0.7.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.9

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.7.11
18+
version: 0.8.0
1919

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

0 commit comments

Comments
 (0)