mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 18:25:09 +01:00
Release 0.6.5
This commit is contained in:
parent
166fb9a8e4
commit
d87c8428fe
@ -38,8 +38,8 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
versionCode 27
|
||||
versionName "0.6.4"
|
||||
versionCode 28
|
||||
versionName "0.6.5"
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||
|
@ -1,5 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
<changelogversion versionName="v0.6.5" changeDate="">
|
||||
<changelogtext>Added a download cache for faster navigation.</changelogtext>
|
||||
|
||||
<changelogtext>Enabled Cloudflare for Batoto.</changelogtext>
|
||||
|
||||
<changelogtext>Fixed some issues with automatic backups.</changelogtext>
|
||||
|
||||
<changelogtext>Fixed a bootloop issue with devices running Cyanogenmod 12 or 13.</changelogtext>
|
||||
</changelogversion>
|
||||
|
||||
<changelogversion versionName="v0.6.4" changeDate="">
|
||||
<changelogtext>Added a global search feature with a new catalogue screen.</changelogtext>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user