Skip to content

Commit f10f8c6

Browse files
committed
Version 1.0.8
1 parent 21309ba commit f10f8c6

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111

1212
I acknowledge that:
1313

14-
- I have updated to the latest version of the app (latest J2K is v1.0.7)
14+
- I have updated to the latest version of the app (latest J2K is v1.0.8)
1515
- I have checked that my bug has been reported or fixed in the issues page
1616
- 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)
1717
- I have updated all extensions

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111

1212
I acknowledge that:
1313

14-
- I have updated to the latest version of the app (latest J2K is v1.0.7)
14+
- I have updated to the latest version of the app (latest J2K is v1.0.8)
1515
- I will not repeat a request for a feature already requested
1616
- If this is an request for an extension/source, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 6.0 and above.
44
![screenshots of app](./.github/readme-images/screens.png)
55

66
## Newest Release
7-
[v1.0.7](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
7+
[v1.0.8](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
88

99
## Features
1010

app/src/main/res/raw/changelog_release.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="v1.0.8" changeDate="">
4+
<changelogtext>Deeplinking into chapter support for a few sources (Mangadex, MangaPlus, Jaimini's Box, Kirei Cake). more to come maybe</changelogtext>
5+
<changelogtext>Tap on the manga title in reader to go to the manga's details</changelogtext>
6+
<changelogtext>Fixes to MAL signouts</changelogtext>
7+
<changelogtext>Fixes to Nth downloaded chapters not deleting as well as lag when deleting</changelogtext>
8+
<changelogtext>Changed webtoon zoom setting to only disable zoom out</changelogtext>
9+
<changelogtext>Various updates from upstream, such as DNS over HTTPS via Cloudflare</changelogtext>
10+
</changelogversion>
11+
312
<changelogversion versionName="v1.0.7" changeDate="">
413
<changelogtext>Fixes to crashes on certain Samsung phones</changelogtext>
514
<changelogtext>Fixed external links not opening sometimes (if you still have this issue, set this app to the default)</changelogtext>

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object AndroidVersions {
2121
const val MIN_SDK = 23
2222
const val TARGET_SDK = 29
2323
const val VERSION_CODE = 66
24-
const val VERSION_NAME = "1.0.7"
24+
const val VERSION_NAME = "1.0.8"
2525
}
2626

2727
object BuildPluginsVersion {

0 commit comments

Comments
 (0)