File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 53
53
label : TachiyomiSY version
54
54
description : You can find your TachiyomiSY version in **More → About**.
55
55
placeholder : |
56
- Example: "1.10.4 "
56
+ Example: "1.10.5 "
57
57
validations :
58
58
required : true
59
59
96
96
required : true
97
97
- label : I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/).
98
98
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)**.
100
100
required : true
101
101
- label : I have updated all installed extensions.
102
102
required : true
Original file line number Diff line number Diff line change 31
31
required : true
32
32
- label : I have written a short but informative title.
33
33
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)**.
35
35
required : true
36
36
- label : I will fill out all of the requested information in this form.
37
37
required : true
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
26
26
defaultConfig {
27
27
applicationId = " eu.kanade.tachiyomi.sy"
28
28
29
- versionCode = 64
30
- versionName = " 1.10.4 "
29
+ versionCode = 65
30
+ versionName = " 1.10.5 "
31
31
32
32
buildConfigField(" String" , " COMMIT_COUNT" , " \" ${getCommitCount()} \" " )
33
33
buildConfigField(" String" , " COMMIT_SHA" , " \" ${getGitSha()} \" " )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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 >
3
8
<changelogversion versionName =" 1.10.4" changeDate =" Jan 17,2024" >
4
9
<changelogtext >Hotfix for 1.10.3</changelogtext >
5
10
</changelogversion >
You can’t perform that action at this time.
0 commit comments