From 48fa38dbe806c3a0d26f84edb165a2d0c1084ec1 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 1 Jul 2022 09:29:56 +0200 Subject: [PATCH] Release 4.4.0 (#1159) As title Co-authored-by: M M Arif Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1159 --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 10 ++++++++-- .../metadata/android/en-US/changelogs/440.txt | 17 +++++++++++++++++ 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/440.txt diff --git a/app/build.gradle b/app/build.gradle index a6f07b42..d5e48718 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 23 targetSdkVersion 32 - versionCode 435 - versionName "4.4.0-dev" + versionCode 440 + versionName "4.4.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 49a7447b..166bbfcf 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,14 @@ - - Under development + + New: List/view wiki pages + New: Create/edit/delete wiki page + New: Add support for pull request commits + Bugfix: Fix crashes on login with spaces, new lines and unwanted characters + Bugfix: Fix crash on repository info view in some cases + Bugfix: Fix crash on commenting on PR when coming from notification + Bugfix: Fix crash on commenting on diff code diff --git a/fastlane/metadata/android/en-US/changelogs/440.txt b/fastlane/metadata/android/en-US/changelogs/440.txt new file mode 100644 index 00000000..4455e966 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/440.txt @@ -0,0 +1,17 @@ +4.4.0 + +🎉 Features 🎉 +- List/view wiki pages +- Create/edit/delete wiki page +- Add support for pull request commits + +🐛 Bug Fixes 🐛 +- Fix crashes on login with spaces, new lines and unwanted characters +- Fix crash on repository info view in some cases +- Fix crash on commenting on PR when coming from notification + +Release Notes: https://codeberg.org/gitnex/GitNex/releases + +Release Video: https://youtu.be/VGjKRpRVvSc + +Release Blog: https://gitnex.codeberg.page/posts/440.html \ No newline at end of file