Skip to content

Commit d46a19d

Browse files
Release: Thunderbird Beta 14.0b1
1 parent 2d9c0a8 commit d46a19d

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Thunderbird for Android version 14.0b1, based on K-9 Mail. Changes include:
2+
- 'Auto-fit messages' setting did not persist
3+
- Edge-to-edge move/copy regressed with 3-button nav
4+
- Swiping message left/right could abort prematurely
5+
- Outlook SMTP failed authentication for some accounts
6+
- Gmail folder prefixes appeared after refreshing folder list
7+
- Quiet time preferences were ignored

app-thunderbird/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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 = 31
20+
versionCode = 32
2121
versionName = "14.0"
2222

2323
buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="14.0b1" versioncode="32" date="2025-10-20">
5+
<change>&#39;Auto-fit messages&#39; display setting did not persist</change>
6+
<change>Edge-to-edge regressed moving/copying message with 3-button navigation</change>
7+
<change>Unified Account was displayed when there was only one account</change>
8+
<change>Swiping message left or right with slight downward motion aborted prematurely</change>
9+
<change>Crash occurred when setting archive folder via swipe after it was set to None</change>
10+
<change>Outlook SMTP failed to authenticate for enterprise or educational accounts</change>
11+
<change>Gmail folder prefixes appeared after refreshing folder list</change>
12+
<change>During account setup, &#39;Your Name&#39; field was mislabeled as &#39;Display Name&#39;</change>
13+
<change>Quiet time preferences were ignored</change>
14+
</release>
415
<release version="13.0b5" versioncode="31" date="2025-10-13">
516
<change>Reverted word-wrapping change that broke HTML and table rendering</change>
617
<change>Application crashed when opening placeholder folder</change>

0 commit comments

Comments
 (0)