Merge pull request 'Release 2.5.1' (#479) from prepare-release-2.5.1 into release-2.5
Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/479
This commit is contained in:
commit
b31e2973c2
@ -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 {
|
||||
|
@ -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>
|
||||
|
12
fastlane/metadata/android/en-US/changelogs/251.txt
Normal file
12
fastlane/metadata/android/en-US/changelogs/251.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user