Release 8.0.3 (#1443)

Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1443
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-04-07 11:55:37 +00:00
committed by M M Arif
parent b24f57cc28
commit 63a64da666
3 changed files with 23 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 23
targetSdkVersion 35
versionCode 802
versionName "8.0.2"
versionCode 803
versionName "8.0.3"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
compileSdk 35

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="8.0.2" versioncode="802">
<change>Hotfix: Fix logins</change>
<release version="8.0.3" versioncode="803">
<change>Bugfix: Fix offline cache affecting online activities</change>
<change>Bugfix: Fix glide for self-signed certificates</change>
</release>
</changelog>

View File

@@ -0,0 +1,18 @@
8.0.3
🐛 Bug Fixes
- Fix offline cache affecting online activities
- Fix glide for self-signed certificates
8.0.2
🐛 Bug Fixes
- Fix logins
8.0.1
🐛 Bug Fixes
- Fix crash on opening PR from dashboard
- Fix PR commit statuses opening from dashboard
- Fix offline mode and cache
Release Notes: https://codeberg.org/gitnex/GitNex/releases