Skip to content

Commit 5742d2e

Browse files
committed
Release 1.12.0
1 parent c2d0308 commit 5742d2e

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-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.11.0"
56+
Example: "1.12.0"
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.11.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
99+
- label: I have updated the app to version **[1.12.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
100100
required: true
101101
- label: I have filled out all of the requested information in this form, including specific version numbers.
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.11.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
34+
- label: I have updated the app to version **[1.12.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
@@ -31,8 +31,8 @@ android {
3131
defaultConfig {
3232
applicationId = "eu.kanade.tachiyomi.sy"
3333

34-
versionCode = 72
35-
versionName = "1.11.0"
34+
versionCode = 73
35+
versionName = "1.12.0"
3636

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

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="1.12.0" changeDate="May 11,2025">
4+
<changelogtext>[b]Based on Mihon stable 0.18.0(from 0.17.0)[/b]</changelogtext>
5+
<changelogtext>Use Complete Category for sync completion(Thanks @lord-ne)</changelogtext>
6+
<changelogtext>Maintain sort order when receiving chapters from sync (Thanks @Lolle2000la)</changelogtext>
7+
<changelogtext>Don't sync when not connected to a network (Thanks @NGB-Was-Taken)</changelogtext>
8+
<changelogtext>Add QR code scan button for sync API key (Thanks @65-7a)</changelogtext>
9+
<changelogtext>Update NHentai Subdomain for cdn (Thanks @BrutuZ)</changelogtext>
10+
<changelogtext>Use the NHentai t1 cdn subdomain (Thanks @cfouche3005)</changelogtext>
11+
<changelogtext>Fix crash with migration list screen going into the background</changelogtext>
12+
<changelogtext>Improve recommendation screens for multi-recommendations (Thanks @timschneeb)</changelogtext>
13+
<changelogtext>Add global search shortcut to SmartSearch for merge (Thanks @timschneeb)</changelogtext>
14+
<changelogtext>Add notifications to the gallery updater</changelogtext>
15+
<changelogtext>Fix the gallery updater never updating in the background</changelogtext>
16+
<changelogtext>Update E-Hentai tags list</changelogtext>
17+
<changelogtext>Populate Author field and clear Description on a couple sources (Thanks @BrutuZ)</changelogtext>
18+
<changelogtext>Use Mangadex tracker links to associate mangas automatically with trackers (Thanks @timschneeb)</changelogtext>
19+
<changelogtext>Fix Mangadex alt title being removed by cleanDescription (Thanks @spicemace)</changelogtext>
20+
</changelogversion>
321
<changelogversion versionName="1.11.0" changeDate="Oct 27,2024">
422
<changelogtext>[b]Based on Mihon stable 0.17.0(from 0.16.4)[/b]</changelogtext>
523
<changelogtext>[b]Add Cross-Device Sync (Thanks @kaiserbh)[/b]</changelogtext>

0 commit comments

Comments
 (0)