Update to 0.9.9.13
This commit is contained in:
parent
6bf2b45f1b
commit
076ba51117
2 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -3,6 +3,16 @@
|
|||
- Single Sign on for all Nextcloud Android Apps!
|
||||
|
||||
|
||||
0.9.9.13 (Google Play)
|
||||
---------------------
|
||||
- Optimization - <a href="https://github.com/owncloud/News-Android-App/issues/614">#614 Black background color for OLED screens (New Theme)</a>
|
||||
- Fix - <a href="https://github.com/owncloud/News-Android-App/issues/612">#612 Impossible to delete or edit RSS feeds</a>
|
||||
- Fix - <a href="https://github.com/owncloud/News-Android-App/issues/607">#607 Workaround for SSL Handshake failed on Android 7.0 (thank you @svenschn)</a>
|
||||
- Fix - <a href="https://github.com/owncloud/News-Android-App/issues/606">#606 App crash when opening "Settings" on Android 4.2</a>
|
||||
- Fix - <a href="https://github.com/owncloud/News-Android-App/issues/591">#591 Add option to load links in feeds in external browser</a>
|
||||
- Fix app crash on android 8
|
||||
|
||||
|
||||
0.9.9.12 (Google Play)
|
||||
---------------------
|
||||
- Several bug fixes
|
||||
|
|
|
@ -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="125"
|
||||
android:versionName="0.9.9.12"
|
||||
android:versionCode="126"
|
||||
android:versionName="0.9.9.13"
|
||||
android:installLocation="auto">
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue