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" applicationId "org.mian.gitnex"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 346 versionCode 350
versionName "3.5.0-dev" versionName "3.5.0"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -1,8 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="3.5.0-dev" versioncode="346"> <release version="3.5.0" versioncode="350">
<change>Under development</change> <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> </release>
</changelog> </changelog>

View File

@ -0,0 +1,13 @@
3.5.0
New: Render emoji in issue/pr titles, commit message and markdown files
New: Cron tasks (Admin only)
New: Biometric support to unlock the app
New: Switch to saved instance when coming from email/links
New: Copy user login id to clipboard
New: Progress notification for downloading files
New: Rewrite file viewer in native code to move away from traditional js to load files faster
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release Blog: https://gitnex.codeberg.page/posts/350.html

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 129 KiB