Bump version to v0.24.10

This commit is contained in:
Dat H. Pham
2026-02-12 16:13:17 +07:00
parent 1c1d50a9d2
commit 439a85b133
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -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 ## [0.24.8] - 2026-01-30
### Fixed ### Fixed
- #4283 fix: normalize "$needs-action" keyword to "needs-action" - #4283 fix: normalize "$needs-action" keyword to "needs-action"
+1 -1
View File
@@ -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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.24.9-rc3 version: 0.24.10
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"