diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d6ebce583..f8e7fd4a3 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.1) +- I have updated to the latest version of the app (stable is v1.5.0) - 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 66dd2988a..f4b5dac51 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.1) +- I have updated to the latest version of the app (stable is v1.5.0) - 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 145f810f2..aaa80fa18 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.1) +- I have updated to the latest version of the app (stable is v1.5.0) - 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.kts b/app/build.gradle.kts index c34243f7e..4a6e7c475 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,8 +34,8 @@ android { minSdkVersion(AndroidConfig.minSdk) targetSdkVersion(AndroidConfig.targetSdk) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" - versionCode = 12 - versionName = "1.4.1" + versionCode = 13 + versionName = "1.5.0" 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 0b2d40f03..652cbea97 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,20 @@ + + [b]Based on Tachiyomi stable 0.10.9(from 0.10.7)[/b] + [b]New[/b] Clicking the title now takes you to the manga page + [b]New[/b] Enhanced Reader Bottom menu + [b]New[/b] MDList now works for all manga, not just mangadex manga + [b]New[/b] Backup now backs up read manga not in library + [b]New[/b] Library update now updates manga from different sources in parallel + [b]New[/b] Use new Mangadex API server and API v2 + [b]New[/b] Deeplink Mangadex chapters + Fix Mangadex Deeplink errors + Fix Mangadex login autofill saving wrong info + Fix Merged manga chapters not being marked as read on the manga page after reading + Fix Merged manga downloads + Fix Similar Manga notification + [b]Based on Tachiyomi stable 0.10.7(from 0.10.6)[/b] [b]New[/b] Add separate crop borders setting for Continues Vertical