Release 4.2.2 (#1085)

As title

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1085
This commit is contained in:
M M Arif
2022-03-13 16:54:55 +01:00
parent 3b2a949c3a
commit 53deb37217
3 changed files with 17 additions and 7 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 31
versionCode 421
versionName "4.2.1"
versionCode 422
versionName "4.2.2"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.2.1" versioncode="421">
<change>Bugfix: Fix reactions UI</change>
<change>Bugfix: Fix duplicate instance profiles</change>
<change>Regression: Disable fork view</change>
<change>Bugfix: Fix notifications UI</change>
<release version="4.2.2" versioncode="422">
<change>Bugfix: Fix crash on commits viewing in some cases</change>
<change>Bugfix: Fix notifications pagination</change>
<change>Bugfix: Fix cache size when selected 1 GB</change>
</release>
</changelog>

View File

@@ -0,0 +1,11 @@
4.2.2
Bugfix: Fix crash on commits viewing in some cases
Bugfix: Fix notifications pagination
Bugfix: Fix cache size when selected 1 GB
Release Notes 4.2.0: https://codeberg.org/gitnex/GitNex/releases
Release Video 4.2.0: https://youtu.be/mxkE-x64iXs
Release Blog 4.2.0: https://gitnex.codeberg.page/posts/420.html