Prepare release 9.0 (#1506)

Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1506
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
2025-07-02 10:14:52 +02:00
committed by M M Arif
parent 1acf19d9af
commit adecebd8e7
12 changed files with 39 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 23
targetSdkVersion 35
versionCode 895
versionName "9.0.0-dev"
versionCode 900
versionName "9.0.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
compileSdk 35

View File

@@ -1,9 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="9.0.0-dev" versioncode="895">
<type name="Dev">
<change>Under development</change>
<release version="9.0.0" versioncode="900">
<type name="🎉 Features 🎉">
<change>Redesigned home screen</change>
<change>Markdown alert support</change>
<change>Repository sorting (requires Forgejo 11.x)</change>
<change>Revamped login screen UI</change>
<change>Revamped app settings</change>
</type>
<type name="🚀 Improvements 🚀">
<change>Improved changelog UI</change>
<change>Added popup on login screen explaining where to get a token</change>
<change>Theme improvements across the app</change>
</type>
<type name="🐛 Bug Fixes 🐛">
<change>Fixed login screen issue</change>
<change>Fixed French translation on the Appearance screen</change>
<change>Fixed duplicate labels in issue/pr</change>
</type>
</release>