mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-05-10 15:33:09 -05:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
12
fastlane/metadata/android/en-US/changelogs/421.txt
Normal file
12
fastlane/metadata/android/en-US/changelogs/421.txt
Normal 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
|
||||
Reference in New Issue
Block a user