mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-03-11 17:34:09 -05:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user