From 7e9d494a49393c516e175f9dcaf6870838e3a5e1 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Thu, 19 May 2022 09:16:33 +0200 Subject: [PATCH] Kickstart 4.4.0 dev (#1143) As title Co-authored-by: M M Arif Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1143 --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 17 ++--------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4b87b547..d54cf36a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 23 targetSdkVersion 31 - versionCode 430 - versionName "4.3.0" + versionCode 435 + versionName "4.4.0-dev" 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 b54cb055..49a7447b 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,21 +1,8 @@ - - - Support for issues/pr hashes - - Single commit screen with diff view - - UI enhancements and improvements(bottom sheets, settings) - - Show labels in issues and pr lists - - Repository forks - - My issues with remote search and filters - - Follow system theme option for dark and pitch black themes - - Remote search your project issues - - Share/Copy/Open actions across org/repository/issue/pr/comments - - Assign repository to a team in an organization - - Delete a release - - Browse user repositories/organizations - - Unadopted repository management for Admins - - Show notification count when switch accounts + + Under development