File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
app-metadata/net.thunderbird.android.beta/en-US/changelogs Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ Thunderbird for Android version 11.0b2, based on K-9 Mail. Changes include:
2
+ - System navigation bar did not correctly blend with message content
3
+ - "New Mail Notifications" setting did not persist
4
+ - Trailing whitespace in recipient fields caused "Incomplete input" error
5
+ - Navigation drawer "Show Unified inbox" setting did not work
6
+ - Application could crash after deleting accounts and continuing to use the app
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
17
17
applicationId = " net.thunderbird.android"
18
18
testApplicationId = " net.thunderbird.android.tests"
19
19
20
- versionCode = 14
20
+ versionCode = 15
21
21
versionName = " 11.0"
22
22
23
23
// Keep in sync with the resource string array "supported_languages"
@@ -118,7 +118,7 @@ android {
118
118
signingConfig = signingConfigs.getByType(SigningType .TB_BETA )
119
119
120
120
applicationIdSuffix = " .beta"
121
- versionNameSuffix = " b1 "
121
+ versionNameSuffix = " b2 "
122
122
123
123
isMinifyEnabled = true
124
124
isShrinkResources = true
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<?xml-stylesheet type =" text/xsl" href =" changelog_style.xsl" ?>
3
3
<changelog >
4
+ <release version =" 11.0b2" versioncode =" 15" date =" 2025-05-13" >
5
+ <change >System navigation bar did not correctly blend with message content</change >
6
+ <change >"New Mail Notifications" setting did not persist</change >
7
+ <change >Trailing whitespace in recipient fields caused "Incomplete input" error</change >
8
+ <change >Navigation drawer "Show Unified inbox" setting did not work</change >
9
+ <change >Application could crash after deleting accounts and continuing to use the app</change >
10
+ </release >
4
11
<release version =" 11.0b1" versioncode =" 14" date =" 2025-05-05" >
5
12
<change >Testing drawer improvements in this beta, feedback on bugs is welcome</change >
6
13
<change >Option added to attach images directly from Camera</change >
You can’t perform that action at this time.
0 commit comments