Release 1.6.0
This commit is contained in:
parent
7a85d6b163
commit
6fa67c9a5f
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
I acknowledge that:
|
||||
|
||||
- I have updated to the latest version of the app (stable is v1.5.0)
|
||||
- I have updated to the latest version of the app (stable is v1.6.0)
|
||||
- I have updated all extensions
|
||||
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -9,7 +9,7 @@ labels: "bug"
|
||||
|
||||
I acknowledge that:
|
||||
|
||||
- I have updated to the latest version of the app (stable is v1.5.0)
|
||||
- I have updated to the latest version of the app (stable is v1.6.0)
|
||||
- I have updated all extensions
|
||||
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -9,7 +9,7 @@ labels: "feature"
|
||||
|
||||
I acknowledge that:
|
||||
|
||||
- I have updated to the latest version of the app (stable is v1.5.0)
|
||||
- I have updated to the latest version of the app (stable is v1.6.0)
|
||||
- I have updated all extensions
|
||||
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
|
||||
|
||||
|
@ -35,7 +35,7 @@ android {
|
||||
targetSdkVersion(AndroidConfig.targetSdk)
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
versionCode = 14
|
||||
versionName = "1.5.0"
|
||||
versionName = "1.6.0"
|
||||
|
||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||
|
@ -1,5 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
<changelogversion versionName="1.6.0" changeDate="Apr 11,2021">
|
||||
<changelogtext>[b]Based on Tachiyomi stable 0.10.10(from 0.10.9)[/b] </changelogtext>
|
||||
<changelogtext>[b]New[/b] Edit manga status</changelogtext>
|
||||
<changelogtext>[b]New[/b] Backup custom manga info</changelogtext>
|
||||
<changelogtext>[b]New[/b] Logs now output to file, logging to file is now useful, and can be used to debug</changelogtext>
|
||||
<changelogtext>[b]New[/b] Vertical Seekbar for webtoon and vertical</changelogtext>
|
||||
<changelogtext>[b]New[/b] Hot Pink theme by OncePunchedBot</changelogtext>
|
||||
<changelogtext>[b]Removed[/b] Mangadex delegation and tracking</changelogtext>
|
||||
<changelogtext>Clear db now has a option to keep read manga</changelogtext>
|
||||
<changelogtext>Clear db now works properly with merged manga</changelogtext>
|
||||
<changelogtext>EHentai updater should now die less</changelogtext>
|
||||
<changelogtext>Fix 8Muses delegation</changelogtext>
|
||||
<changelogtext>Logs now output to file, logging to file is now useful, and can be used to debug</changelogtext>
|
||||
<changelogtext>In the browse/latest menu errors now pupulate instead of just saying no results found</changelogtext>
|
||||
<changelogtext>Fix download issue with scanlator for merged manga</changelogtext>
|
||||
<changelogtext>Fix Migration getting stuck</changelogtext>
|
||||
<changelogtext>Fix crash when opening chapter from manual search in migration</changelogtext>
|
||||
</changelogversion>
|
||||
<changelogversion versionName="1.5.0" changeDate="Feb 12,2021">
|
||||
<changelogtext>[b]Based on Tachiyomi stable 0.10.9(from 0.10.7)[/b] </changelogtext>
|
||||
<changelogtext>[b]New[/b] Clicking the title now takes you to the manga page</changelogtext>
|
||||
|
Loading…
x
Reference in New Issue
Block a user