Skip to content

Commit

Permalink
prepare release 0.9.9.60
Browse files Browse the repository at this point in the history
Signed-off-by: David Luhmer <david-dev@live.de>
  • Loading branch information
David-Development committed May 24, 2021
1 parent 6ad70e8 commit 6a00141
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.9.9.60
---------------------
- Changed - Major Design Update thanks to @stefan-niedermann!
- Changed - <a href="https://github.com/nextcloud/news-android/issues/944">#944 Drop dark mode based on location</a>
- Fixed - OPML Export Dialog is now translated <a href="https://github.com/nextcloud/news-android/issues/958">#958</a>
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/945">#945 New Thubmnails list layout does not show favorite status</a>
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/938">#938 Everincreasing Fontsize with Fontsize setting "Big"</a>


0.9.9.54
---------------------
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/918">#918 Poor scroll performance for some feeds</a>
Expand Down
4 changes: 2 additions & 2 deletions News-Android-App/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 6a00141

Please sign in to comment.