Release 1.12.0
This commit is contained in:
parent
c2d0308ac0
commit
5742d2e3fe
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
@ -53,7 +53,7 @@ body:
|
|||||||
label: TachiyomiSY version
|
label: TachiyomiSY version
|
||||||
description: You can find your TachiyomiSY version in **More → About**.
|
description: You can find your TachiyomiSY version in **More → About**.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: "1.11.0"
|
Example: "1.12.0"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https://mihon.app/docs/guides/troubleshooting/).
|
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https://mihon.app/docs/guides/troubleshooting/).
|
||||||
required: true
|
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
|
required: true
|
||||||
- label: I have filled out all of the requested information in this form, including specific version numbers.
|
- label: I have filled out all of the requested information in this form, including specific version numbers.
|
||||||
required: true
|
required: true
|
||||||
|
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
@ -31,7 +31,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: I have written a short but informative title.
|
- label: I have written a short but informative title.
|
||||||
required: true
|
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
|
required: true
|
||||||
- label: I will fill out all of the requested information in this form.
|
- label: I will fill out all of the requested information in this form.
|
||||||
required: true
|
required: true
|
||||||
|
@ -31,8 +31,8 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "eu.kanade.tachiyomi.sy"
|
applicationId = "eu.kanade.tachiyomi.sy"
|
||||||
|
|
||||||
versionCode = 72
|
versionCode = 73
|
||||||
versionName = "1.11.0"
|
versionName = "1.12.0"
|
||||||
|
|
||||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||||
|
@ -1,5 +1,23 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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">
|
<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]Based on Mihon stable 0.17.0(from 0.16.4)[/b]</changelogtext>
|
||||||
<changelogtext>[b]Add Cross-Device Sync (Thanks @kaiserbh)[/b]</changelogtext>
|
<changelogtext>[b]Add Cross-Device Sync (Thanks @kaiserbh)[/b]</changelogtext>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user