Kick start 4.2.0 (#996)

As title

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/996
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org>
Co-committed-by: M M Arif <mmarif@noreply.codeberg.org>
This commit is contained in:
M M Arif 2021-10-14 17:08:17 +02:00
parent a2cf46a896
commit 8b0e3ee53d
2 changed files with 4 additions and 12 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 30
versionCode 410
versionName "4.1.0"
versionCode 415
versionName "4.2.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,16 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.1.0" versioncode="410">
<change>New: Follow/unfollow a user</change>
<change>New: Explore users</change>
<change>New: Update pull request (merge, rebase)</change>
<change>New: Filter issues by milestone</change>
<change>Improvement: Scroll to release tag via link handler</change>
<change>Improvement: Search issue/pr by Id</change>
<change>Improvement: Hide profile picture when scrolling</change>
<change>Improvement: Render markdown in repository and organization descriptions</change>
<change>Bugfix: Fix showing mark as read button for read notifications</change>
<release version="4.2.0" versioncode="415">
<change>Under development</change>
</release>
</changelog>