Prepare 4.4.0 release

This commit is contained in:
M M Arif 2022-07-01 11:26:41 +05:00
parent d3cc481a4d
commit 3b2c273e54
3 changed files with 24 additions and 4 deletions

View file

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 23
targetSdkVersion 32
versionCode 435
versionName "4.4.0-dev"
versionCode 440
versionName "4.4.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -1,8 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.4.0-dev" versioncode="435">
<change>Under development</change>
<release version="4.4.0" versioncode="440">
<change>New: List/view wiki pages</change>
<change>New: Create/edit/delete wiki page</change>
<change>New: Add support for pull request commits</change>
<change>Bugfix: Fix crashes on login with spaces, new lines and unwanted characters</change>
<change>Bugfix: Fix crash on repository info view in some cases</change>
<change>Bugfix: Fix crash on commenting on PR when coming from notification</change>
<change>Bugfix: Fix crash on commenting on diff code</change>
</release>
</changelog>

View file

@ -0,0 +1,14 @@
4.4.0
New: List/view wiki pages
New: Create/edit/delete wiki page
New: Add support for pull request commits
Bugfix: Fix crashes on login with spaces, new lines and unwanted characters
Bugfix: Fix crash on repository info view in some cases
Bugfix: Fix crash on commenting on PR when coming from notification
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release Video:
Release Blog: https://gitnex.codeberg.page/posts/440.html