Skip to content

Commit dcd44c4

Browse files
committed
Merge branch 'release'
2 parents 9cbeccf + 6c563d7 commit dcd44c4

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/ISSUE_TEMPLATE/report_issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body:
5353
label: TachiyomiSY version
5454
description: You can find your TachiyomiSY version in **More → About**.
5555
placeholder: |
56-
Example: "1.10.4"
56+
Example: "1.10.5"
5757
validations:
5858
required: true
5959

@@ -96,7 +96,7 @@ body:
9696
required: true
9797
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/).
9898
required: true
99-
- label: I have updated the app to version **[1.10.4](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
99+
- label: I have updated the app to version **[1.10.5](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
100100
required: true
101101
- label: I have updated all installed extensions.
102102
required: true

.github/ISSUE_TEMPLATE/request_feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
required: true
3232
- label: I have written a short but informative title.
3333
required: true
34-
- label: I have updated the app to version **[1.10.4](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
34+
- label: I have updated the app to version **[1.10.5](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
3535
required: true
3636
- label: I will fill out all of the requested information in this form.
3737
required: true

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
defaultConfig {
2727
applicationId = "eu.kanade.tachiyomi.sy"
2828

29-
versionCode = 64
30-
versionName = "1.10.4"
29+
versionCode = 65
30+
versionName = "1.10.5"
3131

3232
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
3333
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

app/src/main/res/raw/changelog_release.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="1.10.5" changeDate="Mar 2,2024">
4+
<changelogtext>[b]Based on Mihon stable 0.16.4(from 0.16.3)[/b]</changelogtext>
5+
<changelogtext>Minor fix for mark duplicate chapters as read</changelogtext>
6+
<changelogtext>Include the delayed tracker update fix</changelogtext>
7+
</changelogversion>
38
<changelogversion versionName="1.10.4" changeDate="Jan 17,2024">
49
<changelogtext>Hotfix for 1.10.3</changelogtext>
510
</changelogversion>

0 commit comments

Comments
 (0)