Skip to content

Commit caa19b0

Browse files
Release: Thunderbird Beta 11.0b2
1 parent f4f80dd commit caa19b0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

app-thunderbird/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId = "net.thunderbird.android"
1818
testApplicationId = "net.thunderbird.android.tests"
1919

20-
versionCode = 14
20+
versionCode = 15
2121
versionName = "11.0"
2222

2323
// Keep in sync with the resource string array "supported_languages"
@@ -118,7 +118,7 @@ android {
118118
signingConfig = signingConfigs.getByType(SigningType.TB_BETA)
119119

120120
applicationIdSuffix = ".beta"
121-
versionNameSuffix = "b1"
121+
versionNameSuffix = "b2"
122122

123123
isMinifyEnabled = true
124124
isShrinkResources = true

app-thunderbird/src/beta/res/raw/changelog_master.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<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>
411
<release version="11.0b1" versioncode="14" date="2025-05-05">
512
<change>Testing drawer improvements in this beta, feedback on bugs is welcome</change>
613
<change>Option added to attach images directly from Camera</change>

0 commit comments

Comments
 (0)