mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 18:45:07 +01:00
Release v0.6.7
This commit is contained in:
parent
6d3cc16ab1
commit
634356e72f
@ -38,8 +38,8 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
versionCode 29
|
||||
versionName "0.6.6"
|
||||
versionCode 30
|
||||
versionName "0.6.7"
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||
|
@ -1,5 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
<changelogversion versionName="v0.6.7" changeDate="">
|
||||
<changelogtext>[b]Notice to Batoto users.[/b] As you may already know, Batoto will cease to work in a few days.
|
||||
We're working on a feature to help migrating the library to other sources and should be available shortly.
|
||||
Please be patient.</changelogtext>
|
||||
|
||||
<changelogtext>Fixed http 503 errors due to Cloudflare changes.</changelogtext>
|
||||
|
||||
<changelogtext>Minor UI improvements.</changelogtext>
|
||||
|
||||
</changelogversion>
|
||||
|
||||
<changelogversion versionName="v0.6.6" changeDate="">
|
||||
<changelogtext>Backups now properly restore tracking information.</changelogtext>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user