From 63617f3079a2016c25cabc495e598765a8ac1a4e Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Mon, 14 Sep 2020 20:24:48 -0400 Subject: [PATCH] Release 1.3.0 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 15 +++++++++++++++ 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a55beb30d..5847abc22 100755 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 87a73d615..b731a49f3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7c903a0db..5409ad5c7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 2858c37ef..8ce1e4c60 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index ad217dcea..10ca3a0b4 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,20 @@ + + [b]Based on Tachiyomi stable 0.10.5(from 0.10.4)[/b] + [b]New[/b] Delegate MangaDex, add Mangadex Follows browse, import, push, and tracking, as well as a custom manga view! + [b]New[/b] No title grid option + [b]New[/b] Started filter + [b]New[/b] Grab J2k chapters bottom sheet + [b]New[/b] Add data saver proxy server support + [b]New[/b] Long click to copy metadata information + [b]New[/b] Expand manga thumbnails(Inspired by J2k) + [b]Rewritten[/b] Overhaul merge manga, its actually usable now + [b]New[/b] Always display read progress on E-Hentai chapters when preserve reading positon is enabled + [b]New[/b] Add combined latest/browse page as a option + [b]New[/b] Add download as CBZ + Network logging to file fixes + [b]Based on Tachiyomi stable 0.10.4(from 0.10.2)[/b] [b]New[/b] cleanup orphaned downloads option (from J2k)