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,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)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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