Release 1.3.0
Some checks failed
Validate Gradle Wrapper / Validation (push) Has been cancelled

This commit is contained in:
Jobobby04 2020-09-14 20:24:48 -04:00
parent 0f9f7ffc28
commit 63617f3079
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.2.0)
- I have updated to the latest version of the app (stable is v1.3.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/inorichi/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.2.0)
- I have updated to the latest version of the app (stable is v1.3.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/inorichi/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.2.0)
- I have updated to the latest version of the app (stable is v1.3.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/inorichi/tachiyomi-extensions

View File

@ -43,8 +43,8 @@ android {
minSdkVersion AndroidConfig.minSdk
targetSdkVersion AndroidConfig.targetSdk
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 7
versionName "1.2.0"
versionCode 8
versionName "1.3.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.3.0" changeDate="Sept 14,2020">
<changelogtext>[b]Based on Tachiyomi stable 0.10.5(from 0.10.4)[/b] </changelogtext>
<changelogtext>[b]New[/b] Delegate MangaDex, add Mangadex Follows browse, import, push, and tracking, as well as a custom manga view!</changelogtext>
<changelogtext>[b]New[/b] No title grid option</changelogtext>
<changelogtext>[b]New[/b] Started filter</changelogtext>
<changelogtext>[b]New[/b] Grab J2k chapters bottom sheet</changelogtext>
<changelogtext>[b]New[/b] Add data saver proxy server support</changelogtext>
<changelogtext>[b]New[/b] Long click to copy metadata information</changelogtext>
<changelogtext>[b]New[/b] Expand manga thumbnails(Inspired by J2k)</changelogtext>
<changelogtext>[b]Rewritten[/b] Overhaul merge manga, its actually usable now</changelogtext>
<changelogtext>[b]New[/b] Always display read progress on E-Hentai chapters when preserve reading positon is enabled</changelogtext>
<changelogtext>[b]New[/b] Add combined latest/browse page as a option</changelogtext>
<changelogtext>[b]New[/b] Add download as CBZ</changelogtext>
<changelogtext>Network logging to file fixes</changelogtext>
</changelogversion>
<changelogversion versionName="1.2.0" changeDate="Aug 12,2020">
<changelogtext>[b]Based on Tachiyomi stable 0.10.4(from 0.10.2)[/b] </changelogtext>
<changelogtext>[b]New[/b] cleanup orphaned downloads option (from J2k)</changelogtext>