From 332a631b6c1489d31552f714a8f71776710b1cb5 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Tue, 15 Sep 2020 13:21:37 -0400 Subject: [PATCH] Release 1.3.1 --- .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 | 7 +++++++ 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5847abc228e0..f2baa8423d01 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.3.0) +- I have updated to the latest version of the app (stable is v1.3.1) - 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 b731a49f3afd..190c5c3f45ce 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.3.0) +- I have updated to the latest version of the app (stable is v1.3.1) - 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 5409ad5c7b73..55db855a89e0 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.3.0) +- I have updated to the latest version of the app (stable is v1.3.1) - 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 8ce1e4c605d4..0159c3980f18 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 8 - versionName "1.3.0" + versionCode 9 + versionName "1.3.1" 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 10ca3a0b4e5d..07c62fb587d1 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,12 @@ + + [b]New[/b] Share manga info when you share a page + Tweak preload settings, make the max 20, defaults to 10 + Set the new browse + latest view as default + Fix Mangadex 2FA input + Fix backup for merged manga + [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!