Update to 0.9.8.3

This commit is contained in:
David Development 2016-04-24 17:01:15 +02:00
parent 55eecae70a
commit b2893f321a
3 changed files with 14 additions and 2 deletions

Binary file not shown.

View file

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.luhmer.owncloudnewsreader"
android:versionCode="106"
android:versionName="0.9.8.2"
android:versionCode="107"
android:versionName="0.9.8.3"
android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />

View file

@ -89,6 +89,18 @@ Updates
---------------------
0.9.8.3 (Google Play)
---------------------
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/502">#502 App crash when scrolling on empty list</a>
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/509">#509 Sharing links duplicates titles</a>
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/493">#493 Server and Username disappears</a>
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/498">#498 Server and Username disappears</a>
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/515">#515 Increase the padding for article content</a>
- Feature - <a href="https://github.com/owncloud/News-Android-App/issues/513">#513 Deduplicate articles</a>
- Feature - add support for video/mp4 podcasts
- Several Bug fixes and improvements
0.9.8.2 (Google Play)
---------------------
- Critical bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/492">#492 App crashes on start</a>