1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-02-13 02:20:35 +01:00

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" applicationId "org.mian.gitnex"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 410 versionCode 415
versionName "4.1.0" versionName "4.2.0"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -1,16 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="4.1.0" versioncode="410"> <release version="4.2.0" versioncode="415">
<change>New: Follow/unfollow a user</change> <change>Under development</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> </release>
</changelog> </changelog>