diff --git a/k9mail/build.gradle b/k9mail/build.gradle index 0ef1ed4fe..ca3107e99 100644 --- a/k9mail/build.gradle +++ b/k9mail/build.gradle @@ -53,8 +53,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 23110 - versionName '5.111' + versionCode 23111 + versionName '5.112' 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 eb6d4f26f..78d4e6c27 100644 --- a/k9mail/src/main/res/xml/changelog_master.xml +++ b/k9mail/src/main/res/xml/changelog_master.xml @@ -8,6 +8,16 @@ They are automatically updated with "ant bump-version". --> + + Fixed crash when selecting folder to move message + Fixed bug where wrong message format was used when replying + Fixed position of context menus on Android 7.0 + Fixed icon for encryption status of a message + Hide crypto status when no crypto provider is configured + Hide invalid email addresses of a system contact + Added support for linkifying URLs with new TLDs + Added server settings for more providers + Fixed replying to and forwarding of encrypted messages Ask for confirmation on "mark all as read"