mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Version 1.7.7
This commit is contained in:
parent
3cdf0edb71
commit
80056d1f0f
5 changed files with 16 additions and 22 deletions
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
|
@ -4,9 +4,9 @@ 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**
|
||||
|
||||
|
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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
|
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -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,11 +31,11 @@ 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
|
||||
|
|
8
.github/ISSUE_TEMPLATE/issue_report.yml
vendored
8
.github/ISSUE_TEMPLATE/issue_report.yml
vendored
|
@ -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,7 +100,7 @@ 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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue