Release 1.12.0

This commit is contained in:
Jobobby04 2025-05-11 14:24:22 -04:00
parent c2d0308ac0
commit 5742d2e3fe
4 changed files with 23 additions and 5 deletions

View File

@ -53,7 +53,7 @@ body:
label: TachiyomiSY version
description: You can find your TachiyomiSY version in **More → About**.
placeholder: |
Example: "1.11.0"
Example: "1.12.0"
validations:
required: true
@ -96,7 +96,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.11.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
- label: I have updated the app to version **[1.12.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
required: true
- label: I have filled out all of the requested information in this form, including specific version numbers.
required: true

View File

@ -31,7 +31,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[1.11.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
- label: I have updated the app to version **[1.12.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true

View File

@ -31,8 +31,8 @@ android {
defaultConfig {
applicationId = "eu.kanade.tachiyomi.sy"
versionCode = 72
versionName = "1.11.0"
versionCode = 73
versionName = "1.12.0"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

View File

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