From b4b3c2f5ee6267b50f86be30115e0e57079c75c8 Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Sun, 22 Sep 2019 16:49:07 +0200
Subject: [PATCH 1/4] add download apk sing from website
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 822c30dc..286d4f45 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,9 @@ GitNex is licensed under GPLv3 License. See the LICENSE file for the full licens
No trackers are used and source code is available here for anyone to audit.
## Downloads
-[](https://f-droid.org/en/packages/org.mian.gitnex/) [](https://play.google.com/store/apps/details?id=org.mian.gitnex) [Download APK](https://gitea.com/mmarif/GitNex/releases)
+[](https://f-droid.org/en/packages/org.mian.gitnex/)
+[](https://play.google.com/store/apps/details?id=org.mian.gitnex)
+[](https://gitea.com/mmarif/GitNex/releases)
## Note about Gitea version
Please make sure that you are on Gitea **1.7.x** stable release or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server.
From b64ee37edd39e247dc047ab652a5257fff7e4cd5 Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Sun, 22 Sep 2019 17:40:18 +0200
Subject: [PATCH 2/4] add release badge
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 286d4f45..ef0518bb 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
+[![Release](https://img.shields.io/badge/dynamic/json.svg?label=release&url=https://gitea.com/api/v1/repos/mmarif/GitNex/releases&query=$[0].tag_name)](https://gitea.com/mmarif/GitNex/releases)
[](https://www.patreon.com/mmarif) [](https://liberapay.com/mmarif/donate)
From fff307d45a3339c91e054345a28ef2be1e707137 Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Sun, 22 Sep 2019 17:48:41 +0200
Subject: [PATCH 3/4] test look
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ef0518bb..230e3471 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Release](https://img.shields.io/badge/dynamic/json.svg?label=release&url=https://gitea.com/api/v1/repos/mmarif/GitNex/releases&query=$[0].tag_name)](https://gitea.com/mmarif/GitNex/releases)
-[](https://www.patreon.com/mmarif) [](https://liberapay.com/mmarif/donate)
+[](https://www.patreon.com/mmarif)
+[](https://liberapay.com/mmarif/donate)
# GitNex - Android client for Gitea
From a9030eb8c92538404c00adb48511ce0e3117b13b Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Sun, 22 Sep 2019 18:05:54 +0200
Subject: [PATCH 4/4] Bump requred Gitea Version
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 230e3471..d1664eea 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ No trackers are used and source code is available here for anyone to audit.
[](https://gitea.com/mmarif/GitNex/releases)
## Note about Gitea version
-Please make sure that you are on Gitea **1.7.x** stable release or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server.
+Please make sure that you are on Gitea **1.9.x** stable release or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server.
Check the versions [compatibility page](https://gitea.com/mmarif/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio.