mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 23:49:16 +01:00
Version 1.0.16
Also updated links in issue templates to the new github org
This commit is contained in:
parent
534d503ce9
commit
7aecb4bd15
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -11,11 +11,11 @@ assignees: ''
|
|||||||
|
|
||||||
I acknowledge that:
|
I acknowledge that:
|
||||||
|
|
||||||
- I have updated to the latest version of the app (latest J2K is v1.0.15)
|
- I have updated to the latest version of the app (latest J2K is v1.0.16)
|
||||||
- I have checked that my bug has been reported or fixed in the issues page
|
- I have checked that my bug has been reported or fixed in the issues page
|
||||||
- I will only report bugs exclusive to this fork. I have checked that is not an issue on the main tachiyomi version (https://github.com/inorichi/tachiyomi)
|
- I will only report bugs exclusive to this fork. I have checked that is not an issue on the main tachiyomi version (https://github.com/tachiyomiorg/tachiyomi)
|
||||||
- I have updated all extensions
|
- I have updated all extensions
|
||||||
- If this is an issue with an extension/source, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions
|
- If this is an issue with an extension/source, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
|
||||||
|
|
||||||
**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
|
**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
|
||||||
|
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -11,9 +11,9 @@ assignees: ''
|
|||||||
|
|
||||||
I acknowledge that:
|
I acknowledge that:
|
||||||
|
|
||||||
- I have updated to the latest version of the app (latest J2K is v1.0.15)
|
- I have updated to the latest version of the app (latest J2K is v1.0.16)
|
||||||
- I will not repeat a request for a feature already requested
|
- I will not repeat a request for a feature already requested
|
||||||
- If this is an request for an extension/source, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions
|
- If this is an request for an extension/source, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
|
||||||
|
|
||||||
**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
|
**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ Features of Tachiyomi include:
|
|||||||
Plus some new features in this fork such as:
|
Plus some new features in this fork such as:
|
||||||
* New Manga details screens
|
* New Manga details screens
|
||||||
* Combine 2 pages into a single one
|
* Combine 2 pages into a single one
|
||||||
|
* Floating searchbar to easily start a search
|
||||||
* New Recents page: Providing quick access to newly added manga, new chapters, and to continue where you left on in a series
|
* New Recents page: Providing quick access to newly added manga, new chapters, and to continue where you left on in a series
|
||||||
* Android 10 edge to edge support (and a translucent nav bar for older versions): no more small ugly bar for the gesture navigation
|
* Android 10 edge to edge support (and a translucent nav bar for older versions): no more small ugly bar for the gesture navigation
|
||||||
* Smart background based on manga page: For those that like having a white background to match the content, this will automatically set the background to match for moments such as a flashback section of a manga
|
* Smart background based on manga page: For those that like having a white background to match the content, this will automatically set the background to match for moments such as a flashback section of a manga
|
||||||
|
@ -105,8 +105,8 @@ object AndroidVersions {
|
|||||||
const val compileSdk = 29
|
const val compileSdk = 29
|
||||||
const val minSdk = 23
|
const val minSdk = 23
|
||||||
const val targetSdk = 29
|
const val targetSdk = 29
|
||||||
const val versionCode = 72
|
const val versionCode = 73
|
||||||
const val versionName = "1.0.15"
|
const val versionName = "1.0.16"
|
||||||
const val ndk = "22.0.7026061"
|
const val ndk = "22.0.7026061"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user