From 290bd9091a438190f39bb65b71f120817fff01e3 Mon Sep 17 00:00:00 2001 From: Jay Date: Sun, 24 May 2020 15:51:52 -0400 Subject: [PATCH] Version 1.0.6 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- README.md | 2 +- app/build.gradle.kts | 4 ++-- app/src/main/res/raw/changelog_release.xml | 15 +++++++++++++++ 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4b8d528380..527526ecee 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.5) +- I have updated to the latest version of the app (latest J2K is v1.0.6) - I have checked that my bug has been reported or fixed in the issues page - 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 acf5e78396..0fc26192fd 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.5) +- I have updated to the latest version of the app (latest J2K is v1.0.6) - I will not repeat a request for a feature already requested - 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 f9d05a9bf8..114ee1bed0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 6.0 and above. ![screenshots of app](./.github/readme-images/screens.png) ## Newest Release -[v1.0.5](https://github.com/Jays2Kings/tachiyomiJ2K/releases) +[v1.0.6](https://github.com/Jays2Kings/tachiyomiJ2K/releases) ## Features diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4d02fe35d2..a743cb0cec 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 = 65 - versionName = "1.0.5" + versionCode = 66 + versionName = "1.0.6" 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 7f5e040b44..e8fe05de4a 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,20 @@ + + Dynamic categories: Group your library by sources, tags, and more + Editing online manga returns + Option to globally search only pinned sources + Updates to Migration, making it easier to change sources or migrate to the same one + Option to always show the category header + Reader now skips chapters based on your filters + Option to show list of errors when updating library + Continuous vertical mode's crop border setting use the same setting as paged viewer + Manga details colored background is now consistent between light and dark themes + Along with filtering by manhwa/manhua, you can now filter library by manga + New framework used for caching library covers + More bug fixes as always + + When jumping to chapters while reading, your last read page will be saved Option to hide category hopper