Release 3.3.0 (#780)

Release 3.3.0

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/780
This commit is contained in:
M M Arif
2020-11-18 08:19:52 +01:00
parent 0fd072611b
commit 030498f360
11 changed files with 25 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 30
versionCode 329
versionName "3.3.0-rc3"
versionCode 330
versionName "3.3.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.3.0-rc3" versioncode="329">
<change>Last release candidate(rc) before 3.3.0 stable release, includes bug fixes, ui improvements and issue/pr emoji reactions.</change>
<release version="3.3.0" versioncode="330">
<change>New: New labels/assignees popups</change>
<change>New: Transition to new input design</change>
<change>New: New commenting screen</change>
<change>New: Handle popular instances links (open from email etc)</change>
<change>New: Syntax highlighting in code blocks</change>
<change>New: Organization labels in issue labels</change>
<change>New: Group notifications, settings screen to enable/disable, change delay, light color</change>
<change>New: Issue/PR and comments emoji reactions</change>
</release>
</changelog>