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"