From fb3f4d10a57bd2d3f928275c33d542a63fb253ce Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Tue, 21 Jan 2025 17:45:07 +0700 Subject: [PATCH] Bump version to v0.14.11 --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ff91759..cd48f6c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.14.11] - 2025-01-21 +### Fixed +- #3430 Reply/Forward indicator will be synced after sent email +- #3408 Support load more in auto complete +- #3337 Reduce unnessary JMAP request for vacation when open Setting pages +- #3424 Preserve format for text/plain email + +### Added +- #3416 Preview EML +- #3267 Preview HTML +- #3406 Edit as a email +- #3427 Print composing + ## [0.14.10] - 2025-01-10 ### Fixed - Editor height is infinite diff --git a/pubspec.yaml b/pubspec.yaml index 02bcb1a9d..68b83214a 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.14.10 +version: 0.14.11 environment: sdk: ">=3.0.0 <4.0.0"