diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 084e997f5f..a79ce1aeeb 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.8) +- I have updated to the latest version of the app (latest J2K is v1.0.9) - 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 8c4389d625..e0afed1ed1 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.8) +- I have updated to the latest version of the app (latest J2K is v1.0.9) - 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 a66da9be59..aa4b767d87 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.8](https://github.com/Jays2Kings/tachiyomiJ2K/releases) +[v1.0.9](https://github.com/Jays2Kings/tachiyomiJ2K/releases) ## Features diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 0b8da40679..0a93d8b888 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,11 @@ + + Fixes to crashes while using certain extensions + Option to save or share a manga cover + In LTR/RTL Reader mode, the page no longer overlap the cutout area (notches, hole punches) when zoomed out, and pans past it when zoomed in + + Deeplinking into chapter support for a few sources (Mangadex, MangaPlus, Jaimini's Box, Kirei Cake). more to come maybe Tap on the manga title in reader to go to the manga's details diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 51c98035dd..13fdff3e1e 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -21,7 +21,7 @@ object AndroidVersions { const val MIN_SDK = 23 const val TARGET_SDK = 29 const val VERSION_CODE = 66 - const val VERSION_NAME = "1.0.8" + const val VERSION_NAME = "1.0.9" } object BuildPluginsVersion {