From 08c4e6d283fb0d95a0e564df20dbf6ca76e450ab Mon Sep 17 00:00:00 2001 From: nilsbraden Date: Sun, 14 Mar 2021 16:58:39 +0100 Subject: [PATCH] Version 1.96.2 * Fix #445: Close app with "Go back after mark all read" on main page * Fix #439: Login issues due to removed base64 encoding of credentials * Fix #441: Mark as read generates a warning on the server --- ttrssreader/src/main/AndroidManifest.xml | 4 ++-- ttrssreader/src/main/res/values/update.xml | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ttrssreader/src/main/AndroidManifest.xml b/ttrssreader/src/main/AndroidManifest.xml index 481410a4..05825687 100755 --- a/ttrssreader/src/main/AndroidManifest.xml +++ b/ttrssreader/src/main/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:installLocation="internalOnly" - android:versionCode="1961" - android:versionName="1.96.1"> + android:versionCode="1962" + android:versionName="1.96.2"> diff --git a/ttrssreader/src/main/res/values/update.xml b/ttrssreader/src/main/res/values/update.xml index b3900359..c6f212ff 100755 --- a/ttrssreader/src/main/res/values/update.xml +++ b/ttrssreader/src/main/res/values/update.xml @@ -17,7 +17,12 @@ - Version 1.96.1 + Version 1.96.2 + * Fix #445: Close app with "Go back after mark all read" on main page + * Fix #439: Login issues due to removed base64 encoding of credentials + * Fix #441: Mark as read generates a warning on the server + + Version 1.96.1 * Use OkHttp Library to reduce issues with SSL, optimize re-use of existing connection * Attempt fix of issue #425: Crash upon backing out to top of folder structure Version 1.95.8