mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-05-24 02:44:01 -05:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
11
fastlane/metadata/android/en-US/changelogs/422.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/422.txt
Normal 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
|
||||
Reference in New Issue
Block a user