File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.24.10] - 2026-02-12
2+ ### Fixed
3+ - Fix email list does not automatically refill after bulk delete (#4323 )
4+ - TF-4329 Fix rogue mailbox set request for favorite
5+ - Fix infinitive loop when 401 before expired token
6+ - Handle 400 error during token refresh flow
7+ - TF-4314 Fix unread emails disappear blink (#4316 )
8+ - Fix Scribe translations by using multiple_localization package
9+ - Fix create identity memory leak (#4295 )
10+
11+ ### Added
12+ - Sentry integration & upload source map (#4311 )
13+ - TF-4306 Update icon for Label in left menu
14+
115## [ 0.24.8] - 2026-01-30
216### Fixed
317- #4283 fix: normalize "$needs-action" keyword to "needs-action"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616# Read more about iOS versioning at
1717# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18- version : 0.24.9-rc3
18+ version : 0.24.10
1919
2020environment :
2121 sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments