Release 5.3.0 updates (#1325)
Release 5.3.0 Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1325 Co-authored-by: M M Arif <mmarif@swatian.com> Co-committed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
parent
51d0e31adc
commit
252aa5d486
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "org.mian.gitnex"
|
applicationId "org.mian.gitnex"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 525
|
versionCode 530
|
||||||
versionName "5.3.0-dev"
|
versionName "5.3.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
compileSdk 34
|
compileSdk 34
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string name="versionLow" translatable="false">1.19</string>
|
<string name="versionLow" translatable="false">1.20</string>
|
||||||
<string name="versionHigh" translatable="false">1.22</string>
|
<string name="versionHigh" translatable="false">1.23</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="5.3.0-dev" versioncode="525">
|
<release version="5.3.0" versioncode="530">
|
||||||
<change>Under development</change>
|
<change>New: Upload attachments to an issue and pr</change>
|
||||||
|
<change>New: Show/download attachments for issues/pr and comments</change>
|
||||||
|
<change>New: Redesigned most of the app layouts</change>
|
||||||
|
<change>Improvement: Make issue and pr text selectable</change>
|
||||||
|
<change>Improvement: Ask to enable notifications if disabled</change>
|
||||||
|
<change>Improvement: Make info tabs clickable in user profile detail screen</change>
|
||||||
|
<change>Improvement: Improve version check crashes</change>
|
||||||
|
<chnage>Bugfix: Fix notifications</chnage>
|
||||||
|
<chnage>Bugfix: Fix crash on reviews in PR timeline</chnage>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
</changelog>
|
</changelog>
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
5.3.0
|
||||||
|
|
||||||
|
🎉 Features 🎉
|
||||||
|
- Upload attachments to an issue and pr
|
||||||
|
- Show/download attachments for issues/pr and comments
|
||||||
|
- Redesigned most of the app layouts
|
||||||
|
|
||||||
|
🚀 Improvements 🚀
|
||||||
|
- Make issue and pr text selectable
|
||||||
|
- Ask to enable notifications if disabled
|
||||||
|
- Make info tabs clickable in user profile detail screen
|
||||||
|
- Improve version check crashes
|
||||||
|
|
||||||
|
Release Notes: https://codeberg.org/gitnex/GitNex/releases
|
||||||
|
|
||||||
|
Release Posts: https://najigram.com/category/gitnex
|
Loading…
Reference in New Issue