Skip to content

Commit ecbd883

Browse files
Release: Thunderbird 12.0
1 parent c9bb284 commit ecbd883

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Thunderbird for Android version 12.0, based on K-9 Mail. Changes include:
2+
- Support Android IME autofill for password managers
3+
- Add support for avatars in account settings
4+
- Enable edge-to-edge support
5+
- Long words and links in email messages did not wrap properly
6+
- Swipe right to archive failed if archive folder did not exist
7+
- Gmail prefixes were shown in the folder structure
8+
- Unicode folder names were malformed when using server supporting UTF-8

‎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 = 13
20+
versionCode = 14
2121
versionName = "12.0"
2222

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

‎app-thunderbird/src/release/res/raw/changelog_master.xml‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="12.0" versioncode="14" date="2025-09-02">
5+
<change>Improve support for SMTPUTF8 and other UTF-8 email standards (RFC 6531, 6855)</change>
6+
<change>Support Android&#39;s IME autofill for password managers when adding new account</change>
7+
<change>Add support for avatars in account settings</change>
8+
<change>Enable edge-to-edge support</change>
9+
<change>New account settings page</change>
10+
<change>Long words and links in email messages did not wrap properly</change>
11+
<change>Swipe right to archive failed if the archive folder did not exist</change>
12+
<change>Edit Text dialogs in Account Settings did not automatically request focus</change>
13+
<change>Account Settings did not display account name</change>
14+
<change>In Unified Inbox, tapping a non-main account email redirected to the main inbox</change>
15+
<change>In dark system mode with light message theme, navigation bar was not clearly visible</change>
16+
<change>Threaded View toggle did not automatically update the Threaded View display</change>
17+
<change>Gmail prefixes were shown in the folder structure</change>
18+
<change>Crash could occur when adding Gmail account after removing primary Gmail account</change>
19+
<change>Application crashed on startup if left or right swipe gesture was set to &#39;None&#39;</change>
20+
<change>Crash could occur when clicking on a message thread</change>
21+
<change>Unicode folder names were malformed when using server supporting UTF-8</change>
22+
<change>Crash occurred when attempting to access account general settings</change>
23+
<change>Users had to manually configure Outlook IMAP and SMTP</change>
24+
</release>
425
<release version="11.1" versioncode="13" date="2025-08-18">
526
<change>Selected/read/unread message states were hard to distinguish visually</change>
627
</release>

‎metadata‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
app-metadata/com.fsck.k9
1+
app-metadata/net.thunderbird.android

0 commit comments

Comments
 (0)