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:
parent
16d11f591b
commit
0cbce9d291
@ -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>
|
||||
|
13
fastlane/metadata/android/en-US/changelogs/351.txt
Normal file
13
fastlane/metadata/android/en-US/changelogs/351.txt
Normal file
@ -0,0 +1,13 @@
|
||||
3.5.1
|
||||
|
||||
Update: Translation updates
|
||||
Bugfix: Fix crash on profile view
|
||||
Bugfix: Fix empty tags in file viewer (temporary fix, upstream issue)
|
||||
Bugfix: Fix sending logs on crash
|
||||
Bugfix: Fix workmanager errors
|
||||
Bugfix: Fix private repo icon
|
||||
Bugfix: Fix launch toast messages on UI thread
|
||||
|
||||
Release Notes: https://codeberg.org/gitnex/GitNex/releases
|
||||
|
||||
Release Blog: https://gitnex.codeberg.page/posts/350.html
|
Loading…
x
Reference in New Issue
Block a user