Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid-Development <david-dev@live.de>2022-08-23 09:20:31 +0300
committerDavid Luhmer <david-dev@live.de>2022-08-23 09:20:31 +0300
commitf4897312a2bf87d7136f2d33ba8d5ca454153eca (patch)
tree923bc0749c95bf03e50dbdc6507d29899284a985
parentb856e0eaa023cac910359b7b22cf27b2fd050f76 (diff)
fix bug where svg favicons are not shown inside detail viewv.0.9.9.76
Signed-off-by: David Luhmer <david-dev@live.de>
-rw-r--r--CHANGELOG.md10
-rw-r--r--News-Android-App/build.gradle4
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 873334f5..d753d04f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+0.9.9.76
+---------------------
+- Security related fixes (only F-Droid users affected): [#1109](https://github.com/nextcloud/news-android/issues/1109) / [fdroid/fdroiddata#2753](https://gitlab.com/fdroid/fdroiddata/-/issues/2753)
+
+
+0.9.9.75
+---------------------
+- Fixed crash when relative links in articles are clicked
+
+
0.9.9.74
---------------------
- Fixed incompatibility issues with Nextcloud News 18.1.0
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 2ab61945..ca3431a2 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -27,8 +27,8 @@ android {
vectorDrawables.useSupportLibrary = true
- versionCode 178
- versionName "0.9.9.75"
+ versionCode 179
+ versionName "0.9.9.76"
}
buildFeatures {