mirror of https://codeberg.org/gitnex/GitNex.git
Kickstart 5.0.0 (#1198)
As title Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1198
This commit is contained in:
parent
8bea1cdc51
commit
beac76e6c0
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "org.mian.gitnex"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 32
|
||||
versionCode 450
|
||||
versionName "4.5.0"
|
||||
versionCode 495
|
||||
versionName "5.0.0-dev"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -1,14 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<release version="4.5.0" versioncode="450">
|
||||
<change>[NEW] Material You design</change>
|
||||
<change>[NEW] Most visited repositories</change>
|
||||
<change>[NEW] Code editor</change>
|
||||
<change>[IMPROVEMENT] Show repository owner in the info screen and title bar</change>
|
||||
<change>[IMPROVEMENT] Search forks by owner name too</change>
|
||||
<change>[IMPROVEMENT] Open wiki links from emails and third party apps</change>
|
||||
<change>[IMPROVEMENT] Copy/share/open in browser options for a file</change>
|
||||
<release version="5.0.0-dev" versioncode="495">
|
||||
<change>Under development</change>
|
||||
</release>
|
||||
|
||||
</changelog>
|
||||
|
|
Loading…
Reference in New Issue