From ad28c9a4821b0d2c4d578a5e0b0f941a3402b5a9 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sat, 17 Feb 2024 16:34:00 -0500 Subject: [PATCH] 1.10.3 --- .github/ISSUE_TEMPLATE/report_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- app/build.gradle.kts | 4 ++-- app/src/main/res/raw/changelog_release.xml | 8 ++++++++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index df15673714a3..f5c44314ae49 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -53,7 +53,7 @@ body: label: TachiyomiSY version description: You can find your TachiyomiSY version in **More → About**. placeholder: | - Example: "1.10.2" + Example: "1.10.3" validations: required: true @@ -96,7 +96,7 @@ body: required: true - label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/). required: true - - label: I have updated the app to version **[1.10.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**. + - label: I have updated the app to version **[1.10.3](https://github.com/jobobby04/tachiyomisy/releases/latest)**. required: true - label: I have updated all installed extensions. required: true diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 751fa4b5fd4e..f5650d8cbdd0 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -31,7 +31,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the app to version **[1.10.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**. + - label: I have updated the app to version **[1.10.3](https://github.com/jobobby04/tachiyomisy/releases/latest)**. required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9dd7bf88a9b2..19032653c34f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -26,8 +26,8 @@ android { defaultConfig { applicationId = "eu.kanade.tachiyomi.sy" - versionCode = 62 - versionName = "1.10.2" + versionCode = 63 + versionName = "1.10.3" 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 4718b1c30d38..3b6ddc6def71 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,13 @@ + + [b]Based on Mihon stable 0.16.3(from 0.16.1)[/b] + Use Mihon.app website + Add hide feed tab option(Thanks @Riztard) + Add mark dupes as read option(Thanks @Riztard) + Add custom Thumbnail url(Thanks @Riztard) + Improve Chinese translation(Thanks @ouovouo) + [b]Based on Mihon stable 0.16.1(from Tachiyomi 0.15.3)[/b]