diff --git a/k9mail/build.gradle b/k9mail/build.gradle index 479d1641542..6b285a81a80 100644 --- a/k9mail/build.gradle +++ b/k9mail/build.gradle @@ -54,7 +54,7 @@ android { testApplicationId "com.fsck.k9.tests" versionCode 25000 - versionName '5.500-SNAPSHOT' + versionName '5.500' minSdkVersion 15 targetSdkVersion 22 diff --git a/k9mail/src/main/res/xml/changelog_master.xml b/k9mail/src/main/res/xml/changelog_master.xml index 226f434b325..82d46552868 100644 --- a/k9mail/src/main/res/xml/changelog_master.xml +++ b/k9mail/src/main/res/xml/changelog_master.xml @@ -8,22 +8,19 @@ They are automatically updated with "ant bump-version". --> - - Import/Export maintain account ordering - Improvements to HTML sanitisation mechanism - IMAP message sync improvements - Further improvements to encryption UX - Forward-as-attachment feature - Adding option for limiting push connections to 5 - Altered identity prioritisation + + Further improvements to encryption user experience + Added ability to forward a message as attachment + Improved the way we display text/plain messages Improved rendering of RTL text + Import/Export maintain account ordering + Altered identity prioritization + Added option for limiting push connections to 5 Added SMTP hostname privacy option - Added ability to show email address during composition - Removed IMAP namespace prefix from folder names - Fixed Mailsploit bug - Fixed bug when adding recipients during composition + Fixed bug that caused draft messages to be lost Fixed bug relating to encrypted attached emails - Fixed various typos + Updated translations + More bug fixes Fixed bug that caused 'Quiet Time' to behave erratically