From 90c04a38d6a8f239372cc34b5b3de9eefa0e2981 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Fri, 30 Jan 2026 11:27:36 +0700 Subject: [PATCH] Bump version to v0.24.8 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5992af5dc..179b46567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.24.8] - 2026-01-30 +### Fixed +- #4283 fix: normalize "$needs-action" keyword to "needs-action" +- #4282 sort of quick search must be the same with sort in search result + +### Added +- add `FORCE_EMAIL_QUERY` to `env.file` to apply Email query whenever switch mailbox +- #4274 clear cache when f5/refresh/logout + ## [0.24.1] - 2026-01-28 ### Added - enable source map when building web application diff --git a/pubspec.yaml b/pubspec.yaml index 81338692b..00844895f 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.24.1 +version: 0.24.8 environment: sdk: ">=3.0.0 <4.0.0"