From 8ce1b895ab8b4f35af5dbcb5be0c1eec75a06e1b Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sat, 2 Mar 2024 15:38:05 -0500 Subject: [PATCH] 1.10.5 # Conflicts: # .github/ISSUE_TEMPLATE/report_issue.yml # .github/ISSUE_TEMPLATE/request_feature.yml --- .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 | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 504ecd02e..e3c16b162 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.4" + Example: "1.10.5" 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.4](https://github.com/komikku-app/komikku/releases/latest)**. + - label: I have updated the app to version **[1.10.5](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 8abe141ba..214f7f862 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/extensions/issues/new/choose). required: true - - label: I have updated the app to version **[1.10.4](https://github.com/komikku-app/komikku/releases/latest)**. + - label: I have updated the app to version **[1.10.5](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 969567527..694cbf384 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -26,8 +26,8 @@ android { defaultConfig { applicationId = "app.komikku" - versionCode = 64 - versionName = "1.10.4" + versionCode = 65 + versionName = "1.10.5" 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 3ef4fbe4b..dcd26c688 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,10 @@ + + [b]Based on Mihon stable 0.16.4(from 0.16.3)[/b] + Minor fix for mark duplicate chapters as read + Include the delayed tracker update fix + Hotfix for 1.10.3