Skip to content

Commit f206ab8

Browse files
committed
Release 1.11.0
1 parent a443629 commit f206ab8

File tree

4 files changed

+28
-7
lines changed

4 files changed

+28
-7
lines changed

.github/ISSUE_TEMPLATE/report_issue.yml

Lines changed: 4 additions & 4 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.5"
56+
Example: "1.11.0"
5757
validations:
5858
required: true
5959

@@ -63,7 +63,7 @@ body:
6363
label: Android version
6464
description: You can find this somewhere in your Android settings.
6565
placeholder: |
66-
Example: "Android 11"
66+
Example: "Android 14"
6767
validations:
6868
required: true
6969

@@ -73,7 +73,7 @@ body:
7373
label: Device
7474
description: List your device and model.
7575
placeholder: |
76-
Example: "Google Pixel 5"
76+
Example: "Google Pixel 8"
7777
validations:
7878
required: true
7979

@@ -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.5](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
99+
- label: I have updated the app to version **[1.11.0](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.5](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
34+
- label: I have updated the app to version **[1.11.0](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
@@ -30,8 +30,8 @@ android {
3030
defaultConfig {
3131
applicationId = "eu.kanade.tachiyomi.sy"
3232

33-
versionCode = 69
34-
versionName = "1.10.5"
33+
versionCode = 70
34+
versionName = "1.11.0"
3535

3636
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
3737
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="1.11.0" changeDate="Oct 27,2024">
4+
<changelogtext>[b]Based on Mihon stable 0.17.0(from 0.16.4)[/b]</changelogtext>
5+
<changelogtext>[b]Add Cross-Device Sync (Thanks @kaiserbh)[/b]</changelogtext>
6+
<changelogtext>Add mature to the lewd tag filter(Thanks @gelionexists)</changelogtext>
7+
<changelogtext>Add reset custom manga info (Thanks @LetrixZ)</changelogtext>
8+
<changelogtext>Add multiple tags at once in edit manga info(Thanks @NGB-Was-Taken)</changelogtext>
9+
<changelogtext>Fix sources loading too late for some screens</changelogtext>
10+
<changelogtext>Show Downloaded stage in reader chapter list(Thanks @NGB-Was-Taken)</changelogtext>
11+
<changelogtext>Fix Anilist</changelogtext>
12+
<changelogtext>Fix MAL</changelogtext>
13+
<changelogtext>Add an option to only show entries with new chapters(Thanks @timschneeb)</changelogtext>
14+
<changelogtext>Fix Merged Source chapters not showing source name</changelogtext>
15+
<changelogtext>Use DownloadChapters merged manga setting(Thanks @cuong-tran)</changelogtext>
16+
<changelogtext>Show local chapters as downloaded in Merged Manga(Thanks @NGB-Was-Taken)</changelogtext>
17+
<changelogtext>Fix ExHentai Page List errors</changelogtext>
18+
<changelogtext>Improve E-H/Exh chapter downloading</changelogtext>
19+
<changelogtext>Make manga page preview rows configurable(Thanks @LetrixZ)</changelogtext>
20+
<changelogtext>Use more of Mangadex Extension settings(Thanks @NGB-Was-Taken)</changelogtext>
21+
<changelogtext>Improve Encrypted Downloads(Thanks @Shamicen)</changelogtext>
22+
<changelogtext>Delete duplicate chapters when they are marked as read(Thanks @NGB-Was-Taken)</changelogtext>
23+
</changelogversion>
324
<changelogversion versionName="1.10.5" changeDate="Mar 2,2024">
425
<changelogtext>[b]Based on Mihon stable 0.16.4(from 0.16.3)[/b]</changelogtext>
526
<changelogtext>Minor fix for mark duplicate chapters as read</changelogtext>

0 commit comments

Comments
 (0)