Skip to content

Commit f7b1046

Browse files
committed
Release 1.0.7
1 parent d7335bd commit f7b1046

File tree

5 files changed

+9
-4
lines changed

5 files changed

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

99
## Features
1010

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
targetSdkVersion(29)
3737
applicationId = "eu.kanade.tachiyomi"
3838
versionCode = 66
39-
versionName = "1.0.6"
39+
versionName = "1.0.7"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
multiDexEnabled = true
4242

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="v1.0.7" changeDate="">
4+
<changelogtext>Fixes to crashes on certain Samsung phones</changelogtext>
5+
<changelogtext>Fixed external links not opening sometimes (if you still have this issue, set this app to the default)</changelogtext>
6+
</changelogversion>
7+
38
<changelogversion versionName="v1.0.6" changeDate="">
49
<changelogtext>Dynamic categories: Group your library by sources, tags, and more</changelogtext>
510
<changelogtext>Editing online manga returns</changelogtext>

0 commit comments

Comments
 (0)