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