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

Commit 4bd89555 authored by thunderbird-botmobile's avatar thunderbird-botmobile
Browse files

Release: Thunderbird Beta 16.0b1

parent 8b983e70
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
Thunderbird for Android version 16.0b1, based on K-9 Mail. Changes include:
- Add avatar to message list content
- Add avatar to message list content
- Add folder expansion in navigation drawer
- Added menu option/default to switch between plaintext and HTML
- Removed old account general settings
- Removed side rail drawer
- Improved edge-to-edge UI support
- Minor UI improvements to drawer
- Improved rendering of complex HTML and CSS
 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 = 35
        versionCode = 36
        versionName = "16.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="16.0b1" versioncode="36" date="2025-12-8">
        <change>Added support for Account Icons (disabled by default)</change>
        <change>Added support for Account Monograms</change>
        <change>Add folder expansion in navigation drawer</change>
        <change>Added default setting and menu option for switching between plaintext and HTML</change>
        <change>Removed old account general settings</change>
        <change>Removed side rail drawer</change>
        <change>Improved edge-to-edge UI support</change>
        <change>Minor UI improvements to drawer</change>
        <change>Improved rendering of complex HTML and CSS</change>
    </release>
    <release version="15.0b1" versioncode="35" date="2025-11-17">
        <change>Add avatar to message list content</change>
        <change>Enable in-app notifications for beta</change>