Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a11e0c2b authored by thunderbird-botmobile's avatar thunderbird-botmobile
Browse files

Release: Thunderbird 13.0

parent b9a15d91
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
Thunderbird for Android version 13.0, based on K-9 Mail. Changes include:
- Sync logging limited to 24 hours
- Client certificate not displayed in SMTP settings
- "Enable debug logging" did not provide verbose logging
- Scrolling short email could trigger left/right swipe
- Landscape scrolling only worked in center of some screens
- IMAP folder operations broken with prefixes
- HTML/table rendering display broken
- Application crashed opening placeholder folder
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ android {
        applicationId = "net.thunderbird.android"
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 15
        versionCode = 16
        versionName = "13.0"

        buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
<changelog>
    <release version="13.0" versioncode="16" date="2025-10-20">
        <change>Sync logging duration is now limited to 24 hours</change>
        <change>Client certificate was not displayed in SMTP settings</change>
        <change>Outlook headers included unnecessary newlines when replying to a message</change>
        <change>&#34;Enable debug logging&#34; did not provide verbose logging</change>
        <change>Scrolling in a short email could trigger left/right swipe</change>
        <change>Landscape scrolling only worked in center of Welcome and New Account screens</change>
        <change>On IMAP servers with folder prefixes, some folder operations stopped working</change>
        <change>Reverted word-wrapping change that broke HTML and table rendering</change>
        <change>Application crashed when opening placeholder folder</change>
    </release>
    <release version="12.1" versioncode="15" date="2025-09-03">
        <change>There are no Thunderbird changes requiring release notes in this release</change>
    </release>
+1 −1
Original line number Diff line number Diff line
app-metadata/com.fsck.k9
 No newline at end of file
app-metadata/net.thunderbird.android
 No newline at end of file