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>
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 111 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 129 KiB |