Release 3.5.0 (#850)

Release 3.5.0

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/850
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-03-21 20:40:41 +01:00
parent 0b8d8618ed
commit a848cabcda
9 changed files with 23 additions and 4 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 30
versionCode 346
versionName "3.5.0-dev"
versionCode 350
versionName "3.5.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,8 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.5.0-dev" versioncode="346">
<change>Under development</change>
<release version="3.5.0" versioncode="350">
<change>New: Render emoji in issue/pr titles, commit message and markdown files</change>
<change>New: Cron tasks (Admin only)</change>
<change>New: Biometric support to unlock the app</change>
<change>New: Switch to saved instance when coming from email/links</change>
<change>New: Copy user login id to clipboard</change>
<change>New: Progress notification for downloading files</change>
<change>New: Rewrite file viewer in native code to move away from traditional js to load files faster</change>
</release>
</changelog>