diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a495afeb..4f865520f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.7.8] - 2023-04-24 +### Added +- Added workflow to create a deployment on PR + +### Fixed +- \#1711 Fix the label is displayed overlap the button in France, Italian, Russia languages +- \#1740 Fix double scrollbar in composer web +- \#1759 Fix reply all do not always include me in recipients +- \#1763 Fix duplicated email suggestion in the list +- \#1767 Fix Reply/Forward: original message should be marked, not the sent one +- \#1778 Fix system not display signature in email which has been sent +- \#1779 Fix logic of replacing dot in long email + ## [0.7.7] - 2023-04-14 ### Added - \#1599 Remove notification when read and delete permanent email @@ -71,5 +84,6 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.7.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.8 [0.7.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.7 [0.7.6]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.6 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index deb666c81..3a572f7f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.7.7 +version: 0.7.8 environment: sdk: ">=2.19.2 <3.0.0"