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

Commit 21890f97 authored by GitHub Actions Bot's avatar GitHub Actions Bot
Browse files

Release: Thunderbird Beta 8.0b4

parent ce7ad418
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
Thunderbird for Android version 8.0b4, based on K-9 Mail. Changes include:
- Monthly financial contributions are now possible—try it today!
- Accounts shown by default for better access to settings
- Added Norsk Nynorsk translations
- Added unread count to new folder drawer
- Improved first-time user experience for importing settings
- Shortened headers to prevent wrapping
- Correct saving of 'Bcc all messages' setting
- Better QR code import instructions
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ android {
        applicationId = "net.thunderbird.android"
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 6
        versionCode = 7
        versionName = "8.0"

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

            applicationIdSuffix = ".beta"
            versionNameSuffix = "b3"
            versionNameSuffix = "b4"

            isMinifyEnabled = true
            isShrinkResources = true
+10 −1
Original line number Diff line number Diff line
@@ -5,7 +5,16 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="8.0b3" versioncode="6" date="2024-10-15">
    <release version="8.0b4" versioncode="7" date="2024-10-21">
        <change>Monthly financial contributions are now possible—try it today!</change>
        <change>Accounts shown by default for better access to settings</change>
        <change>Added Norsk Nynorsk translations</change>
        <change>Added unread count to new folder drawer</change>
        <change>Improved first-time user experience for importing settings</change>
        <change>Shortened headers to prevent wrapping</change>
        <change>Correct saving of 'Bcc all messages' setting</change>
        <change>Better QR code import instructions</change>
    </release>    <release version="8.0b3" versioncode="6" date="2024-10-15">
        <change>Support Thunderbird with our new in-app financial contribution feature (work in progress)</change>
        <change>OAuth support now available for Fastmail</change>
        <change>Better guidance when using the import from app feature</change>
+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.beta
 No newline at end of file