1.10.3
This commit is contained in:
parent
2d09528b7a
commit
8cb76d8a62
4 changed files with 13 additions and 5 deletions
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()}\"")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
<changelogversion versionName="1.10.3" changeDate="Feb 17,2024">
|
||||
<changelogtext>[b]Based on Mihon stable 0.16.3(from 0.16.1)[/b]</changelogtext>
|
||||
<changelogtext>Use Mihon.app website</changelogtext>
|
||||
<changelogtext>Add hide feed tab option(Thanks @Riztard)</changelogtext>
|
||||
<changelogtext>Add mark dupes as read option(Thanks @Riztard)</changelogtext>
|
||||
<changelogtext>Add custom Thumbnail url(Thanks @Riztard)</changelogtext>
|
||||
<changelogtext>Improve Chinese translation(Thanks @ouovouo)</changelogtext>
|
||||
</changelogversion>
|
||||
<changelogversion versionName="1.10.2" changeDate="Jan 17,2024">
|
||||
<changelogtext>[b]Based on Mihon stable 0.16.1(from Tachiyomi 0.15.3)[/b]</changelogtext>
|
||||
</changelogversion>
|
||||
|
|
|
|||
Loading…
Reference in a new issue