diff --git a/README.md b/README.md index 4ca691bf..05b9a4e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![License: GPL v3](https://codeberg.org/gitnex/GitNex/raw/branch/main/assets/license.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Pipeline status](https://ci.codeberg.org/api/badges/gitnex/GitNex/status.svg)](https://ci.codeberg.org/gitnex/GitNex) [![Release](https://img.shields.io/badge/dynamic/json.svg?label=release&url=https://codeberg.org/api/v1/repos/gitnex/GitNex/releases&query=$[0].tag_name)](https://codeberg.org/gitnex/GitNex/releases) [![Crowdin](https://badges.crowdin.net/gitnex/localized.svg)](https://crowdin.com/project/gitnex) [![Join the Discord chat at https://discord.gg/FbSS4rf](https://img.shields.io/discord/632219664587685908.svg)](https://discord.gg/FbSS4rf) -[Become a Patreon](https://www.patreon.com/mmarif) +[Become a Patreon](https://www.patreon.com/mmarif) # GitNex - Android client for Forgejo and Gitea @@ -13,6 +13,7 @@ GitNex is licensed under the GPLv3 License. Please refer to the LICENSE file for [Get it on F-Droid](https://f-droid.org/en/packages/org.mian.gitnex/) [Get it on Google Play](https://play.google.com/store/apps/details?id=org.mian.gitnex.pro) [Download builds and releases](https://cloud.swatian.com/s/WS4k3seXnmfQppo) +[Get it on OpenAPK](https://www.openapk.net/gitnex-for-forgejo-and-gitea/org.mian.gitnex/) ## Note about Forgejo and Gitea version diff --git a/app/build.gradle b/app/build.gradle index e471aa47..3ddc01be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 23 targetSdkVersion 34 - versionCode 600 - versionName "6.0.0" + versionCode 695 + versionName "7.0.0-dev" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" compileSdk 34 diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index f5a5e6f1..05a48eb9 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,23 +1,8 @@ - - New - Add attachments to comments - New - Support SVG formats - New - Show CI statuses for a PR - New - Add location, website and bio to user profile - Improvement - Hide create button for issue and pr to avoid creating duplicate entries - Improvement - Hide your email in navigation drawer (enable in settings) - Improvement - Set your email and language as private in profile screen (enable in settings) - Improvement - Render organization description with MD - Improvement - Translation updates - Bugfix - Fix show My Issues in the navigation drawer - Bugfix - Fix jumping cursor when editing a comment - Bugfix - Fix biometric relaunching on cancel button - Bugfix - Fix notification popup on cancel button - Bugfix - Fix opening user profiles via links - Bugfix - Possible fix on crash after tapping on profile - Bugfix - Fix cross referencing issue and pr in timeline + + Under development diff --git a/assets/buy-me-a-coffee.png b/assets/buy-me-a-coffee.png deleted file mode 100644 index c7b2eb2c..00000000 Binary files a/assets/buy-me-a-coffee.png and /dev/null differ diff --git a/assets/openapk.png b/assets/openapk.png new file mode 100644 index 00000000..b18c0131 Binary files /dev/null and b/assets/openapk.png differ diff --git a/assets/patreon.png b/assets/patreon.png index 5443ec96..09b4630e 100644 Binary files a/assets/patreon.png and b/assets/patreon.png differ