Release 1.5.0

This commit is contained in:
Jobobby04 2021-02-12 19:49:07 -05:00
parent 1a12caa487
commit d3416a4df5
5 changed files with 20 additions and 5 deletions

View File

@ -2,7 +2,7 @@
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
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions

View File

@ -9,7 +9,7 @@ labels: "bug"
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
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions

View File

@ -9,7 +9,7 @@ labels: "feature"
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
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions

View File

@ -34,8 +34,8 @@ android {
minSdkVersion(AndroidConfig.minSdk)
targetSdkVersion(AndroidConfig.targetSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 12
versionName = "1.4.1"
versionCode = 13
versionName = "1.5.0"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

View File

@ -1,5 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<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>