From 926fa85ccdb288cd2c57c06aa12ad399e55f8bf1 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sun, 2 Aug 2020 16:26:07 -0400 Subject: [PATCH] Release 1.1.1 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- app/build.gradle | 2 +- app/src/main/res/raw/changelog_release.xml | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 553bad0a8..d91ef764a 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.1.0) +- I have updated to the latest version of the app (stable is v1.1.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 b12d3f1f2..cd54e482b 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.1.0) +- I have updated to the latest version of the app (stable is v1.1.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 e1b0dc68a..b7ba641c8 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.1.0) +- I have updated to the latest version of the app (stable is v1.1.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 3c4a4de2a..ad608a02b 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { targetSdkVersion AndroidConfig.targetSdk testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" versionCode 4 - versionName "1.1.0" + versionName "1.1.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 eb4b1c36b..6c2c77250 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,9 @@ + + [b]Based on Tachiyomi stable 0.10.2(from 0.10.1)[/b] + Delegated HBrowse, if you used that source please install the extension to continue using your manga + [b]Based on Tachiyomi stable 0.10.1(from a 0.9.2 preview)[/b] Made the app translatable! Feel free to ask how to in the Tachiyomi discord or open a issue if you want to help with translations