Skip to content

Commit 290bd90

Browse files
committed
Version 1.0.6
1 parent 37957e6 commit 290bd90

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

.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.5)
14+
- I have updated to the latest version of the app (latest J2K is v1.0.6)
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.5)
14+
- I have updated to the latest version of the app (latest J2K is v1.0.6)
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.5](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
7+
[v1.0.6](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
88

99
## Features
1010

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
minSdkVersion(23)
3636
targetSdkVersion(29)
3737
applicationId = "eu.kanade.tachiyomi"
38-
versionCode = 65
39-
versionName = "1.0.5"
38+
versionCode = 66
39+
versionName = "1.0.6"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
multiDexEnabled = true
4242

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="v1.0.6" changeDate="">
4+
<changelogtext>Dynamic categories: Group your library by sources, tags, and more</changelogtext>
5+
<changelogtext>Editing online manga returns</changelogtext>
6+
<changelogtext>Option to globally search only pinned sources</changelogtext>
7+
<changelogtext>Updates to Migration, making it easier to change sources or migrate to the same one</changelogtext>
8+
<changelogtext>Option to always show the category header</changelogtext>
9+
<changelogtext>Reader now skips chapters based on your filters</changelogtext>
10+
<changelogtext>Option to show list of errors when updating library</changelogtext>
11+
<changelogtext>Continuous vertical mode's crop border setting use the same setting as paged viewer</changelogtext>
12+
<changelogtext>Manga details colored background is now consistent between light and dark themes </changelogtext>
13+
<changelogtext>Along with filtering by manhwa/manhua, you can now filter library by manga</changelogtext>
14+
<changelogtext>New framework used for caching library covers</changelogtext>
15+
<changelogtext>More bug fixes as always</changelogtext>
16+
</changelogversion>
17+
318
<changelogversion versionName="v1.0.5" changeDate="">
419
<changelogtext>When jumping to chapters while reading, your last read page will be saved</changelogtext>
520
<changelogtext>Option to hide category hopper</changelogtext>

0 commit comments

Comments
 (0)