File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
app-metadata/net.thunderbird.android.beta/en-US/changelogs Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ Thunderbird for Android version 13.0b5, based on K-9 Mail. Changes include:
2+ - Reverted word-wrapping change that broke HTML and table rendering
3+ - Application crashed when opening placeholder folder
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
1717 applicationId = " net.thunderbird.android"
1818 testApplicationId = " net.thunderbird.android.tests"
1919
20- versionCode = 30
20+ versionCode = 31
2121 versionName = " 13.0"
2222
2323 buildConfigField(" String" , " CLIENT_INFO_APP_NAME" , " \" Thunderbird for Android\" " )
@@ -118,7 +118,7 @@ android {
118118 signingConfig = signingConfigs.getByType(SigningType .TB_BETA )
119119
120120 applicationIdSuffix = " .beta"
121- versionNameSuffix = " b4 "
121+ versionNameSuffix = " b5 "
122122
123123 isMinifyEnabled = true
124124 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 =" 13.0b5" versioncode =" 31" date =" 2025-10-13" >
5+ <change >Reverted word-wrapping change that broke HTML and table rendering</change >
6+ <change >Application crashed when opening placeholder folder</change >
7+ </release >
48 <release version =" 13.0b4" versioncode =" 30" date =" 2025-09-29" >
59 <change >Sync could cause " IllegalStateException: No outbox_state entry for message id" error</change >
610 </release >
You can’t perform that action at this time.
0 commit comments