mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Release v0.6.8
This commit is contained in:
parent
b499b87f8c
commit
75e828923a
@ -38,8 +38,8 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 30
|
versionCode 31
|
||||||
versionName "0.6.7"
|
versionName "0.6.8"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="v0.6.8" changeDate="">
|
||||||
|
<changelogtext>Added a new feature to help migrating manga from sources. You can find it in the library's toolbar.
|
||||||
|
In the search results, a tap will prompt to replace (or copy) the selected manga, while a long tap will let you
|
||||||
|
browse the manga before doing the migration.
|
||||||
|
</changelogtext>
|
||||||
|
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v0.6.7" changeDate="">
|
<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.
|
<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.
|
We're working on a feature to help migrating the library to other sources and should be available shortly.
|
||||||
|
Loading…
Reference in New Issue
Block a user