3.5.1 release (#872)
3.5.1 release Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/872 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:
@ -6,8 +6,8 @@ android {
|
||||
applicationId "org.mian.gitnex"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 350
|
||||
versionName "3.5.0"
|
||||
versionCode 351
|
||||
versionName "3.5.1"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<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 version="3.5.1" versioncode="351">
|
||||
<change>Update: Translation updates</change>
|
||||
<change>Bugfix: Fix crash on profile view</change>
|
||||
<change>Bugfix: Fix empty tags in file viewer (temporary fix, upstream issue)</change>
|
||||
<change>Bugfix: Fix sending logs on crash</change>
|
||||
<change>Bugfix: Fix workmanager errors</change>
|
||||
<change>Bugfix: Fix private repo icon</change>
|
||||
<change>Bugfix: Fix launch toast messages on UI thread</change>
|
||||
</release>
|
||||
|
||||
</changelog>
|
||||
|
Reference in New Issue
Block a user