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"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 525
|
||||
versionName "5.3.0-dev"
|
||||
versionCode 530
|
||||
versionName "5.3.0"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
compileSdk 34
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="versionLow" translatable="false">1.19</string>
|
||||
<string name="versionHigh" translatable="false">1.22</string>
|
||||
<string name="versionLow" translatable="false">1.20</string>
|
||||
<string name="versionHigh" translatable="false">1.23</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<release version="5.3.0-dev" versioncode="525">
|
||||
<change>Under development</change>
|
||||
<release version="5.3.0" versioncode="530">
|
||||
<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>
|
||||
|
||||
</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