diff --git a/CHANGELOG.md b/CHANGELOG.md index c68368e6..20fe268e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.37 (2017-08-04) + +* Fallback to http when scheme is not entered and https fails when entering server details +* Add preference to change sort field +* Replace picasso with glide, which leads to better caching of favicons +* Use AboutLibraries to display libraries used +* Allow the fingerprint to be null, Fixes #69 +* Use primary color as default link color in webview + ## 0.36 (2017-06-05) * Check if feed title is empty, Fixes #67 diff --git a/app/build.gradle b/app/build.gradle index 7e050be3..4865bc9f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { applicationId "email.schaal.ocreader" minSdkVersion 16 targetSdkVersion 26 - versionCode 39 - versionName "0.36" + versionCode 40 + versionName "0.37" archivesBaseName="${getApplicationId()}_${getVersionCode()}"