diff --git a/README.md b/README.md index 535fb875..c042765d 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,10 @@ Check the versions [compatibility page](https://codeberg.org/gitnex/GitNex/wiki/ ## Build from source Option 1 - Download the source code, open it in Android Studio and build it there. -Option 2 - Open terminal(Linux) and cd to the project dir. Run `./gradlew build`. +Option 2 - Open terminal(Linux) and cd to the project dir. Run `./gradlew assembleFree`. ## Features - Multiple accounts support -- Repositories / issues/ org list - File and directory browser - File viewer - Create files @@ -34,6 +33,7 @@ Option 2 - Open terminal(Linux) and cd to the project dir. Run `./gradlew build` - Files diff for PRs - Notifications - Drafts +- Repositories / issues / org list - [MANY MORE](https://codeberg.org/gitnex/GitNex/wiki/Features) ## Contributing diff --git a/app/build.gradle b/app/build.gradle index 77e49514..81c0832f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion 21 targetSdkVersion 30 versionCode 317 - versionName "3.2.0-dev" + versionName "3.2.0-rc1" 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 f2292420..72b53b24 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,8 @@ - - Under development + + 3.2.0 RC1 release brings create pr, repository settings for admins and many more new features diff --git a/fastlane/metadata/android/en-US/changelogs/317.txt b/fastlane/metadata/android/en-US/changelogs/317.txt new file mode 100644 index 00000000..aced6d1f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/317.txt @@ -0,0 +1,5 @@ +3.2.0-rc1 + +3.2.0 RC1 release brings create pr, repository settings for admins and many more new features. + +Detailed release notes will be published with stable release. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 2f2c2eb9..35fba695 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,7 +1,8 @@ -GitNex is a free, open-source Android client for Git repository management tool Gitea. Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go. +GitNex is a free/paid, open-source Android client for Git repository management tool Gitea. Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go. # Features +- Multiple accounts support - File and directory browser - File viewer - Create files diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt index 72def081..6d0bbfa4 100644 --- a/fastlane/metadata/android/en-US/title.txt +++ b/fastlane/metadata/android/en-US/title.txt @@ -1 +1 @@ -GitNex +GitNex for Gitea