File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
app-metadata/net.thunderbird.android.beta/en-US/changelogs Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ Thunderbird version 17.0b3
2+
3+ Fixed:
4+ - Application could crash when rendering message list
5+ - Avatar image updates did not propagate immediately
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
1414 applicationId = " net.thunderbird.android"
1515 testApplicationId = " net.thunderbird.android.tests"
1616
17- versionCode = 43
17+ versionCode = 44
1818 versionName = " 17.0"
1919
2020 buildConfigField(" String" , " CLIENT_INFO_APP_NAME" , " \" Thunderbird for Android\" " )
@@ -121,7 +121,7 @@ android {
121121 signingConfig = signingConfigs.getByType(SigningType .TB_BETA )
122122
123123 applicationIdSuffix = " .beta"
124- versionNameSuffix = " b2 "
124+ versionNameSuffix = " b3 "
125125
126126 isMinifyEnabled = true
127127 isShrinkResources = true
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<?xml-stylesheet type =" text/xsl" href =" changelog_style.xsl" ?>
33<changelog >
4+ <release version =" 17.0b3" versioncode =" 44" date =" 2026-02-17" >
5+ <change >Fixed: Application could crash when rendering message list</change >
6+ <change >Fixed: Avatar image updates did not propagate immediately</change >
7+ </release >
48 <release version =" 17.0b2" versioncode =" 43" date =" 2026-02-04" >
59 <change >Crash occurred in 17.0b1 split view mode while in landscape</change >
610 </release >
You can’t perform that action at this time.
0 commit comments