Release 2.5.1 #479

Merged
mmarif merged 1 commits from prepare-release-2.5.1 into release-2.5 2020-04-30 09:36:07 +00:00
3 changed files with 23 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 29
versionCode 250
versionName "2.5.0"
versionCode 251
versionName "2.5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.5.1" versioncode="251">
<change>Bugfix: Crash when swiping issues tabs</change>
<change>Bugfix: Share repo empty url</change>
<change>Bugfix: Notification icons</change>
<change>Bugfix: Duplicate entries in diff view of PR files</change>
<change>Bugfix: Crash on tapping dropdowns (Android 5 bug)</change>
<change>Bugfix: Code highlighter (Android 5 and 6 bug)</change>
</release>
<release version="2.5.0" versioncode="250">
<change>New: Share issues, repositories, comments</change>
<change>New: Changelog popup</change>

View File

@ -0,0 +1,12 @@
2.5.1
Bugfix:
- Fix crash when swiping issues tabs
- Fix share repo empty url
- Notification icons
- Fix duplicate entries in diff view of PR files
- Fix crash on tapping dropdowns (Android 5 bug)
- Fix code highlighter (Android 5 and 6 bug)
Check release notes for complete list
https://gitea.com/gitnex/GitNex/releases