diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index 18219d3a42d..7087816725a 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -40,8 +40,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 27001 - versionName '5.702-SNAPSHOT' + versionCode 27002 + versionName '5.702' minSdkVersion buildConfig.minSdk targetSdkVersion buildConfig.targetSdk diff --git a/app/ui/src/main/res/xml/changelog_master.xml b/app/ui/src/main/res/xml/changelog_master.xml index f8d193acefb..70611130fb3 100644 --- a/app/ui/src/main/res/xml/changelog_master.xml +++ b/app/ui/src/main/res/xml/changelog_master.xml @@ -8,6 +8,14 @@ They are automatically updated with "ant bump-version". --> + + The back button now closes the side drawer instead of exiting the app immediately + Fixed "Download complete message" for POP3 accounts + Fixed bug that could lead to some messages not being synchronized with an IMAP server + Fixed bug where sometimes subjects weren't encoded properly + Fixed crash when changing theme + 'Manage folders' now displays folders in the same order as the side drawer + Use account color as accent color in drawer Removed setting 'Start in Unified Inbox'