chore: Version 1.7.7

This commit is contained in:
ziro 2024-01-16 13:29:45 +07:00
parent 3cdf0edb71
commit 80056d1f0f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 16 additions and 22 deletions

View file

@ -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 - 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 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 - 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** **DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**

View file

@ -1,14 +1,8 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: 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 - name: 📘 Main Tachiyomi issue
url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose 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 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 - name: 🖥️ Tachiyomi website
url: https://tachiyomi.org/help/ url: https://tachiyomi.org/help/
about: Guides, troubleshooting, and answers to common questions about: Guides, troubleshooting, and answers to common questions

View file

@ -1,5 +1,5 @@
name: 🌟 Feature request name: 🌟 Feature request
description: Suggest a feature to improve TachiyomiJ2K description: Suggest a feature to improve Yōkai
labels: [feature] labels: [feature]
body: body:
@ -7,7 +7,7 @@ body:
id: feature-description id: feature-description
attributes: attributes:
label: Describe your suggested feature label: Describe your suggested feature
description: How can TachiyomiJ2K be improved? description: How can Yōkai be improved?
placeholder: | placeholder: |
Example: Example:
"It should work like this..." "It should work like this..."
@ -31,11 +31,11 @@ body:
required: true required: true
- label: I have written a short but informative title. - label: I have written a short but informative title.
required: true 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 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). - 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 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 required: true
- label: I have checked through the app settings for my feature. - label: I have checked through the app settings for my feature.
required: true required: true

View file

@ -1,5 +1,5 @@
name: 🐞 Issue report name: 🐞 Issue report
description: Report an issue or bug in TachiyomiJ2K description: Report an issue or bug in Yōkai
labels: [bug] labels: [bug]
body: body:
@ -50,8 +50,8 @@ body:
- type: input - type: input
id: tachiyomi-version id: tachiyomi-version
attributes: attributes:
label: TachiyomiJ2K version label: Yōkai version
description: You can find your TachiyomiJ2K version in **More → About**. description: You can find your Yōkai version in **More → About**.
placeholder: | placeholder: |
Example: "1.5.8" Example: "1.5.8"
validations: validations:
@ -100,7 +100,7 @@ body:
required: true required: true
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/). - label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
required: true 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 required: true
- label: I have updated all installed extensions. - label: I have updated all installed extensions.
required: true required: true

View file

@ -35,8 +35,8 @@ android {
minSdk = AndroidConfig.minSdk minSdk = AndroidConfig.minSdk
targetSdk = AndroidConfig.targetSdk targetSdk = AndroidConfig.targetSdk
applicationId = "eu.kanade.tachiyomi" applicationId = "eu.kanade.tachiyomi"
versionCode = 113 versionCode = 114
versionName = "1.7.6" versionName = "1.7.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true multiDexEnabled = true