diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ae88e7500c..47b31daec5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,13 +4,13 @@ I acknowledge that: - If this is a bug or a feature, I will not use this issue template and instead use one of the options on the previous page - I have tried the troubleshooting guide: https://tachiyomi.org/docs/guides/troubleshooting/ -- I have updated to the latest version of the app (latest J2K is v1.7.3) +- I have updated to the latest version of the app (latest Yōkai is v1.7.7) - I will not repeat an issue already requested -- If this is an request for an extension/source, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions +- If this is a request for an extension/source, I should open an issue in their respective repository **DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** --- ### Why/User Benefit/User Problem -(explain what this issue is about) +(explain what this issue is about) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d91721281b..c077d158bd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,8 @@ blank_issues_enabled: false contact_links: - - name: ⚠️ Extension/source issue - url: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose - about: Issues and requests for extensions and sources should be opened in the tachiyomi-extensions repository instead - name: 📘 Main Tachiyomi issue url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose about: Issues that exist on both this fork AND the original Tachiyomi should be opened in the tachiyomi repository instead - - name: 📦 Tachiyomi extensions - url: https://tachiyomi.org/extensions - about: List of all available extensions with download links - name: 🖥️ Tachiyomi website url: https://tachiyomi.org/help/ - about: Guides, troubleshooting, and answers to common questions + about: Guides, troubleshooting, and answers to common questions \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index eb7ac7935d..683434c3ca 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: 🌟 Feature request -description: Suggest a feature to improve TachiyomiJ2K +description: Suggest a feature to improve Yōkai labels: [feature] body: @@ -7,7 +7,7 @@ body: id: feature-description attributes: label: Describe your suggested feature - description: How can TachiyomiJ2K be improved? + description: How can Yōkai be improved? placeholder: | Example: "It should work like this..." @@ -31,14 +31,14 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an request for a feature in the original Tachiyomi, I am opening because multiple versions of TachiyomiJ2K have been released without this feature. + - label: If this is an request for a feature in the original Tachiyomi, I am opening because multiple versions of Yōkai have been released without this feature. required: true - label: If this is an issue with an extension, or a request for an extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose). required: true - - label: I have updated the app to version **[1.7.3](https://github.com/Jays2Kings/tachiyomiJ2K/releases/latest)**. + - label: I have updated the app to version **[1.7.7](https://github.com/null2264/yokai/releases/latest)**. required: true - label: I have checked through the app settings for my feature. required: true - label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements. - label: I will fill out all of the requested information in this form. - required: true + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index baf94f0cc1..60c8a47a85 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -1,5 +1,5 @@ name: 🐞 Issue report -description: Report an issue or bug in TachiyomiJ2K +description: Report an issue or bug in Yōkai labels: [bug] body: @@ -50,8 +50,8 @@ body: - type: input id: tachiyomi-version attributes: - label: TachiyomiJ2K version - description: You can find your TachiyomiJ2K version in **More → About**. + label: Yōkai version + description: You can find your Yōkai version in **More → About**. placeholder: | Example: "1.5.8" validations: @@ -100,10 +100,10 @@ body: required: true - label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/). required: true - - label: I have updated the app to version **[1.7.3](https://github.com/Jays2Kings/tachiyomiJ2K/releases/latest)**. + - label: I have updated the app to version **[1.7.7](https://github.com/null2264/yokai/releases/latest)**. required: true - label: I have updated all installed extensions. required: true - label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements. - label: I have filled out all of the requested information in this form. - required: true + required: true \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1a567b415e..8c24df7317 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { minSdk = AndroidConfig.minSdk targetSdk = AndroidConfig.targetSdk applicationId = "eu.kanade.tachiyomi" - versionCode = 113 - versionName = "1.7.6" + versionCode = 114 + versionName = "1.7.7" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true