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:
M M Arif
2024-02-22 15:00:06 +00:00
committed by M M Arif
parent 51d0e31adc
commit 252aa5d486
4 changed files with 30 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>