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

Commit 8dc395f0 authored by cketti's avatar cketti
Browse files

Version 6.500

parent 34d84ca4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ android {
        testApplicationId "com.fsck.k9.tests"

        versionCode 35000
        versionName '6.500-SNAPSHOT'
        versionName '6.500'

        // Keep in sync with the resource string array 'supported_languages'
        resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",
+12 −0
Original line number Diff line number Diff line
@@ -5,6 +5,18 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.500" versioncode="35000" date="2023-01-06">
        <change>The light and dark themes are now based on Material Design 2. This is still work in progress.</change>
        <change>Added a floating compose button to the message list screen</change>
        <change>Search now also considers recipient addresses</change>
        <change>Always move to previous/next message when swiping left/right outside of the message body</change>
        <change>Lists of folders are now sorted alphabetically in account settings</change>
        <change>Added better support for right-to-left languages when composing messages</change>
        <change>When sending a message, the associated draft message will be deleted immediately, bypassing the Trash folder</change>
        <change>mailto:, matrix:, and xmpp: URIs in plain text messages are now turned into links</change>
        <change>Fixed a bug where notifications would sometimes reappear shortly after having been dismissed</change>
        <change>Various other bug fixes</change>
    </release>
    <release version="6.400" versioncode="34000" date="2022-11-28">
        <change>Added swipe actions to the message list screen</change>
        <change>Added support for swiping between messages</change>
+10 −0
Original line number Diff line number Diff line
- The light and dark themes are now based on Material Design 2. This is still work in progress.
- Added a floating compose button to the message list screen
- Search now also considers recipient addresses
- Always move to previous/next message when swiping left/right outside of the message body
- Lists of folders are now sorted alphabetically in account settings
- Added better support for right-to-left languages when composing messages
- When sending a message, the associated draft message will be deleted immediately, bypassing the Trash folder
- mailto:, matrix:, and xmpp: URIs in plain text messages are now turned into links
- Fixed a bug where notifications would sometimes reappear shortly after having been dismissed
- Various other bug fixes