diff --git a/app/build.gradle b/app/build.gradle index 3dc10f92..5abf8598 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 23 targetSdkVersion 34 - versionCode 525 - versionName "5.3.0-dev" + versionCode 530 + versionName "5.3.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" compileSdk 34 diff --git a/app/src/main/res/values/gitea_version.xml b/app/src/main/res/values/gitea_version.xml index 96d89cc1..0204baea 100644 --- a/app/src/main/res/values/gitea_version.xml +++ b/app/src/main/res/values/gitea_version.xml @@ -1,7 +1,7 @@ - 1.19 - 1.22 + 1.20 + 1.23 diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index b0aabe21..db5fea2d 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,16 @@ - - Under development + + New: Upload attachments to an issue and pr + New: Show/download attachments for issues/pr and comments + New: Redesigned most of the app layouts + Improvement: Make issue and pr text selectable + Improvement: Ask to enable notifications if disabled + Improvement: Make info tabs clickable in user profile detail screen + Improvement: Improve version check crashes + Bugfix: Fix notifications + Bugfix: Fix crash on reviews in PR timeline diff --git a/fastlane/metadata/android/en-US/changelogs/530.txt b/fastlane/metadata/android/en-US/changelogs/530.txt new file mode 100644 index 00000000..f2596f76 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/530.txt @@ -0,0 +1,16 @@ +5.3.0 + +🎉 Features 🎉 +- Upload attachments to an issue and pr +- Show/download attachments for issues/pr and comments +- Redesigned most of the app layouts + +🚀 Improvements 🚀 +- Make issue and pr text selectable +- Ask to enable notifications if disabled +- Make info tabs clickable in user profile detail screen +- Improve version check crashes + +Release Notes: https://codeberg.org/gitnex/GitNex/releases + +Release Posts: https://najigram.com/category/gitnex \ No newline at end of file