diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 915192c21..d6ebce583 100755 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ I acknowledge that: -- I have updated to the latest version of the app (stable is v1.4.0) +- I have updated to the latest version of the app (stable is v1.4.1) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19414c83f..66dd2988a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ labels: "bug" I acknowledge that: -- I have updated to the latest version of the app (stable is v1.4.0) +- I have updated to the latest version of the app (stable is v1.4.1) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 287c0757f..145f810f2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ labels: "feature" I acknowledge that: -- I have updated to the latest version of the app (stable is v1.4.0) +- I have updated to the latest version of the app (stable is v1.4.1) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions diff --git a/app/build.gradle b/app/build.gradle index 9db369e2b..6b3adc67f 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,8 +44,8 @@ android { minSdkVersion AndroidConfig.minSdk targetSdkVersion AndroidConfig.targetSdk testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 10 - versionName "1.4.0" + versionCode 11 + versionName "1.4.1" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index ff06dde4a..0b2d40f03 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,14 @@ + + [b]Based on Tachiyomi stable 0.10.7(from 0.10.6)[/b] + [b]New[/b] Add separate crop borders setting for Continues Vertical + [b]New[/b] Add simple external repo support + Fix crashes with Merge Settings + Maybe fix push to Mangadex + Improve Anilist rec names(thanks She11sh0cked) + Deeplink and Batch add will now only search enabled sources + [b]Based on Tachiyomi stable 0.10.6(from 0.10.5)[/b] [b]New[/b] NEW ICON! Thanks to Aytox who made it!