diff --git a/CHANGELOG.md b/CHANGELOG.md index d26ee9020..1158b33cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.9.9.60 +--------------------- +- Changed - Major Design Update thanks to @stefan-niedermann! +- Changed - #944 Drop dark mode based on location +- Fixed - OPML Export Dialog is now translated #958 +- Fixed - #945 New Thubmnails list layout does not show favorite status +- Fixed - #938 Everincreasing Fontsize with Fontsize setting "Big" + + 0.9.9.54 --------------------- - Fixed - #918 Poor scroll performance for some feeds diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml index ddbd46c9b..06b5db3dc 100644 --- a/News-Android-App/src/main/AndroidManifest.xml +++ b/News-Android-App/src/main/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="de.luhmer.owncloudnewsreader" android:installLocation="internalOnly" - android:versionCode="162" - android:versionName="0.9.9.54"> + android:versionCode="163" + android:versionName="0.9.9.60">