Bugfix release 4.2.1 (#1070)

As title

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1070
This commit is contained in:
M M Arif
2022-03-05 19:42:50 +01:00
parent 447ff5a915
commit 293d1162b1
3 changed files with 19 additions and 9 deletions

View File

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

View File

@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.2.0" versioncode="420">
<change>Create/delete/list tags</change>
<change>Hide repository actions for non admins</change>
<change>New files diff viewer</change>
<change>Show users who reacted to issue/pr/comment</change>
<change>Redesigned organization Teams</change>
<change>Notice: GitNex 4.3.0 will drop support for Android 5. Going forward 5.0.0 will drop for Android 6</change>
<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>
</changelog>

View File

@@ -0,0 +1,12 @@
4.2.1
Bugfix: Fix reactions UI
Bugfix: Fix duplicate instance profiles
Regression: Disable fork view
Bugfix: Fix notifications UI
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