diff --git a/CHANGELOG.md b/CHANGELOG.md index 179b46567..8f1545eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.24.10] - 2026-02-12 +### Fixed +- Fix email list does not automatically refill after bulk delete (#4323) +- TF-4329 Fix rogue mailbox set request for favorite +- Fix infinitive loop when 401 before expired token +- Handle 400 error during token refresh flow +- TF-4314 Fix unread emails disappear blink (#4316) +- Fix Scribe translations by using multiple_localization package +- Fix create identity memory leak (#4295) + +### Added +- Sentry integration & upload source map (#4311) +- TF-4306 Update icon for Label in left menu + ## [0.24.8] - 2026-01-30 ### Fixed - #4283 fix: normalize "$needs-action" keyword to "needs-action" diff --git a/pubspec.yaml b/pubspec.yaml index 967882b8f..689754e3d 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.9-rc3 +version: 0.24.10 environment: sdk: ">=3.0.0 <4.0.0"