From 8cb76d8a62e6a66c3fbfeda8f3b34de18513c90e 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 c5d85fd73..47cb431ea 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -53,7 +53,7 @@ body: label: Komikku version description: You can find your Komikku version in **More → About**. placeholder: | - Example: "1.10.2" + Example: "1.10.3" validations: required: true @@ -98,7 +98,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/komikku-app/komikku/releases/latest)**. + - label: I have updated the app to version **[1.10.3](https://github.com/komikku-app/komikku/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 f159a3145..3ca2397df 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -33,7 +33,7 @@ body: required: true - label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/komikku-app/komikku-extensions/issues/new/choose). required: true - - label: I have updated the app to version **[1.10.2](https://github.com/komikku-app/komikku/releases/latest)**. + - label: I have updated the app to version **[1.10.3](https://github.com/komikku-app/komikku/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 ac3b8d3cb..356ff92e2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -26,8 +26,8 @@ android { defaultConfig { applicationId = "app.komikku" - 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 4718b1c30..3b6ddc6de 100644 --- 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]