diff --git a/CHANGELOG.md b/CHANGELOG.md index bf41e1809..231cfd528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.14.2] - 2024-11-20 +### Added +- #3010 Highlight search result with SearchSnippet method +- Translate vi, ru, fr + +### Fixed +- #3253 Fix body content is lost +- Close keyboard when login in iOS +- #3250 Fix share file from external app to Twake Mail +- #2528 Sorting email by order ids list of Email/query +- #3221 handle mailto with additional cc and bcc +- #3276 Fix debouncer in Quick Search web app +- #3256 Fix cache config for static file in web app + ## [0.14.1] - 2024-11-13 ### Changed - Integrate with TWP production diff --git a/pubspec.yaml b/pubspec.yaml index a0be3d60e..bf0b4a3a2 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.1 +version: 0.14.2 environment: sdk: ">=3.0.0 <4.0.0"