Skip to content

Commit 5ed8805

Browse files
committed
Version 1.0.5
1 parent d6ec63f commit 5ed8805

5 files changed

Lines changed: 12 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.4)
14+
- I have updated to the latest version of the app (latest J2K is v1.0.5)
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.4)
14+
- I have updated to the latest version of the app (latest J2K is v1.0.5)
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.4](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
7+
[v1.0.5](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 = 64
39-
versionName = "1.0.4"
38+
versionCode = 65
39+
versionName = "1.0.5"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
multiDexEnabled = true
4242

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="v1.0.5" changeDate="">
4+
<changelogtext>When jumping to chapters while reading, your last read page will be saved</changelogtext>
5+
<changelogtext>Option to hide category hopper</changelogtext>
6+
<changelogtext>Fixed vpns and miui devices not working</changelogtext>
7+
<changelogtext>Other minor fixes as well</changelogtext>
8+
</changelogversion>
9+
310
<changelogversion versionName="v1.0.4" changeDate="">
411
<changelogtext>Fixed local covers</changelogtext>
512
<changelogtext>Toolbar no longer shows when transitioning chapters with transition

0 commit comments

Comments
 (0)