diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e7bfc30fb4..2881f61142 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ assignees: '' I acknowledge that: -- I have updated to the latest version of the app (latest J2K is v1.0.1) +- I have updated to the latest version of the app (latest J2K is v1.0.2) - I will **not** use this template for beta bugs, and instead use the beta bug template provided - 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 have updated all extensions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b62bd70727..d7ffcc2abe 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,7 +11,7 @@ assignees: '' I acknowledge that: -- I have updated to the latest version of the app (latest J2K is v1.0.1) +- I have updated to the latest version of the app (latest J2K is v1.0.2) - I will **not** use this template for requests to the current running beta, since requests for the beta are discouraged - If this is an request for an extension/source, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/README.md b/README.md index 20e8556bd4..c25f116b32 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above. ![screenshots of app](./.github/readme-images/screens.png) ## Newest Release -[v1.0.1](https://github.com/Jays2Kings/tachiyomiJ2K/releases) +[v1.0.2](https://github.com/Jays2Kings/tachiyomiJ2K/releases) ## Features diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1a1816213f..9819a1d520 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { minSdkVersion(23) targetSdkVersion(29) applicationId = "eu.kanade.tachiyomi" - versionCode = 62 - versionName = "1.0.1" + versionCode = 63 + versionName = "1.0.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 27be82f75e..237ee46791 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,20 @@ + + Here at J2K, we are listening to our customers. Except those who want tabs + back + Switch categories by tapping on the library title, with + option to not show all categories at once + More grid size options + Compact List returns + Search by title and author via tapping returns + More Bug fixes, including fixing blank pages in reader + + + + Various Bug fixes + + Full MD2 overhaul, check the GitHub release for full changelog