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.0b3, based on K-9 Mail. Changes include:
2+ - Updating to 13.0b2 offline with IMAP prefix caused migration failure and data loss
3+ - App crashed on startup when no folders were available after data loss
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 = 28
20+ versionCode = 29
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 = " b2 "
121+ versionNameSuffix = " b3 "
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.0b3" versioncode =" 29" date =" 2025-09-22" >
5+ <change >Updating to 13.0b2 offline with IMAP prefix caused migration failure and data loss</change >
6+ <change >App crashed on startup when no folders were available after data loss</change >
7+ </release >
48 <release version =" 13.0b2" versioncode =" 28" date =" 2025-09-15" >
59 <change >On IMAP servers with folder prefixes, some folder operations stopped working</change >
610 </release >
You can’t perform that action at this time.
0 commit comments