3.2.0 rc1 release (#709)
prepare 3.2.0 rc1 release RC1 release of 3.2.0 Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/709
This commit is contained in:
parent
6d466e2542
commit
a31abf0974
|
@ -21,11 +21,10 @@ Check the versions [compatibility page](https://codeberg.org/gitnex/GitNex/wiki/
|
||||||
## Build from source
|
## Build from source
|
||||||
Option 1 - Download the source code, open it in Android Studio and build it there.
|
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
|
## Features
|
||||||
- Multiple accounts support
|
- Multiple accounts support
|
||||||
- Repositories / issues/ org list
|
|
||||||
- File and directory browser
|
- File and directory browser
|
||||||
- File viewer
|
- File viewer
|
||||||
- Create files
|
- Create files
|
||||||
|
@ -34,6 +33,7 @@ Option 2 - Open terminal(Linux) and cd to the project dir. Run `./gradlew build`
|
||||||
- Files diff for PRs
|
- Files diff for PRs
|
||||||
- Notifications
|
- Notifications
|
||||||
- Drafts
|
- Drafts
|
||||||
|
- Repositories / issues / org list
|
||||||
- [MANY MORE](https://codeberg.org/gitnex/GitNex/wiki/Features)
|
- [MANY MORE](https://codeberg.org/gitnex/GitNex/wiki/Features)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
|
@ -7,7 +7,7 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 317
|
versionCode 317
|
||||||
versionName "3.2.0-dev"
|
versionName "3.2.0-rc1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="3.2.0-dev" versioncode="317">
|
<release version="3.2.0-rc1" versioncode="317">
|
||||||
<change>Under development</change>
|
<change>3.2.0 RC1 release brings create pr, repository settings for admins and many more new features</change>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
</changelog>
|
</changelog>
|
||||||
|
|
|
@ -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.
|
|
@ -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
|
# Features
|
||||||
|
|
||||||
|
- Multiple accounts support
|
||||||
- File and directory browser
|
- File and directory browser
|
||||||
- File viewer
|
- File viewer
|
||||||
- Create files
|
- Create files
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
GitNex
|
GitNex for Gitea
|
||||||
|
|
Loading…
Reference in New Issue