Release 1.5.0
This commit is contained in:
parent
1a12caa487
commit
d3416a4df5
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
I acknowledge that:
|
I acknowledge that:
|
||||||
|
|
||||||
- I have updated to the latest version of the app (stable is v1.4.1)
|
- I have updated to the latest version of the app (stable is v1.5.0)
|
||||||
- I have updated all extensions
|
- 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
|
- 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 acknowledge that:
|
||||||
|
|
||||||
- I have updated to the latest version of the app (stable is v1.4.1)
|
- I have updated to the latest version of the app (stable is v1.5.0)
|
||||||
- I have updated all extensions
|
- 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
|
- 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 acknowledge that:
|
||||||
|
|
||||||
- I have updated to the latest version of the app (stable is v1.4.1)
|
- I have updated to the latest version of the app (stable is v1.5.0)
|
||||||
- I have updated all extensions
|
- 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
|
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ android {
|
|||||||
minSdkVersion(AndroidConfig.minSdk)
|
minSdkVersion(AndroidConfig.minSdk)
|
||||||
targetSdkVersion(AndroidConfig.targetSdk)
|
targetSdkVersion(AndroidConfig.targetSdk)
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode = 12
|
versionCode = 13
|
||||||
versionName = "1.4.1"
|
versionName = "1.5.0"
|
||||||
|
|
||||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||||
|
@ -1,5 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<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>
|
||||||
|
<changelogtext>[b]New[/b] Enhanced Reader Bottom menu</changelogtext>
|
||||||
|
<changelogtext>[b]New[/b] MDList now works for all manga, not just mangadex manga</changelogtext>
|
||||||
|
<changelogtext>[b]New[/b] Backup now backs up read manga not in library</changelogtext>
|
||||||
|
<changelogtext>[b]New[/b] Library update now updates manga from different sources in parallel</changelogtext>
|
||||||
|
<changelogtext>[b]New[/b] Use new Mangadex API server and API v2</changelogtext>
|
||||||
|
<changelogtext>[b]New[/b] Deeplink Mangadex chapters</changelogtext>
|
||||||
|
<changelogtext>Fix Mangadex Deeplink errors</changelogtext>
|
||||||
|
<changelogtext>Fix Mangadex login autofill saving wrong info</changelogtext>
|
||||||
|
<changelogtext>Fix Merged manga chapters not being marked as read on the manga page after reading</changelogtext>
|
||||||
|
<changelogtext>Fix Merged manga downloads</changelogtext>
|
||||||
|
<changelogtext>Fix Similar Manga notification</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
<changelogversion versionName="1.4.1" changeDate="Dec 14,2020">
|
<changelogversion versionName="1.4.1" changeDate="Dec 14,2020">
|
||||||
<changelogtext>[b]Based on Tachiyomi stable 0.10.7(from 0.10.6)[/b] </changelogtext>
|
<changelogtext>[b]Based on Tachiyomi stable 0.10.7(from 0.10.6)[/b] </changelogtext>
|
||||||
<changelogtext>[b]New[/b] Add separate crop borders setting for Continues Vertical</changelogtext>
|
<changelogtext>[b]New[/b] Add separate crop borders setting for Continues Vertical</changelogtext>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user