mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 14:53:41 +03:00
new stable version
This commit is contained in:
parent
7973efd531
commit
43da9dae77
4 changed files with 5 additions and 5 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -3,7 +3,7 @@
|
|||
I acknowledge that:
|
||||
|
||||
- I have updated:
|
||||
- To the latest version of the app (stable is v0.12.3.8)
|
||||
- To the latest version of the app (stable is v0.12.3.10)
|
||||
- All extensions
|
||||
- I have tried the troubleshooting guide: https://aniyomi.org/help/guides/troubleshooting-problems/
|
||||
- If this is an issue with an anime extension, that I should be opening an issue in https://github.com/jmir1/aniyomi-extensions
|
||||
|
|
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
|
@ -52,7 +52,7 @@ body:
|
|||
label: Aniyomi version
|
||||
description: You can find your Aniyomi version in **More → About**.
|
||||
placeholder: |
|
||||
Example: "0.12.3.8"
|
||||
Example: "0.12.3.10"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
@ -97,7 +97,7 @@ body:
|
|||
required: true
|
||||
- label: I have tried the [troubleshooting guide](https://aniyomi.org/help/guides/troubleshooting/).
|
||||
required: true
|
||||
- label: I have updated the app to version **[0.12.3.8](https://github.com/jmir1/aniyomi/releases/latest)**.
|
||||
- label: I have updated the app to version **[0.12.3.10](https://github.com/jmir1/aniyomi/releases/latest)**.
|
||||
required: true
|
||||
- label: I have updated all installed extensions.
|
||||
required: true
|
||||
|
|
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
|
@ -32,7 +32,7 @@ body:
|
|||
required: true
|
||||
- label: If this is an issue with an extension, I should be opening an issue in the [extensions repository](https://github.com/jmir1/aniyomi-extensions/issues/new/choose).
|
||||
required: true
|
||||
- label: I have updated the app to version **[0.12.3.8](https://github.com/jmir1/aniyomi/releases/latest)**.
|
||||
- label: I have updated the app to version **[0.12.3.10](https://github.com/jmir1/aniyomi/releases/latest)**.
|
||||
required: true
|
||||
- label: I will fill out all of the requested information in this form.
|
||||
required: true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package eu.kanade.tachiyomi.util
|
||||
|
||||
object Constants {
|
||||
const val URL_HELP = "https://aniyomi.jmir.xyz/help/"
|
||||
const val URL_HELP = "https://aniyomi.org/help/"
|
||||
|
||||
const val MANGA_EXTRA = "manga"
|
||||
|
||||
|
|
Loading…
Reference in a new issue