diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index c7616f90b..1c3618caf 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 8b447a1f8..07189eaea 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b3ca59ce1..35d20f513 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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()}\"") diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 617690460..c2711edf1 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,23 @@ + + [b]Based on Mihon stable 0.18.0(from 0.17.0)[/b] + Use Complete Category for sync completion(Thanks @lord-ne) + Maintain sort order when receiving chapters from sync (Thanks @Lolle2000la) + Don't sync when not connected to a network (Thanks @NGB-Was-Taken) + Add QR code scan button for sync API key (Thanks @65-7a) + Update NHentai Subdomain for cdn (Thanks @BrutuZ) + Use the NHentai t1 cdn subdomain (Thanks @cfouche3005) + Fix crash with migration list screen going into the background + Improve recommendation screens for multi-recommendations (Thanks @timschneeb) + Add global search shortcut to SmartSearch for merge (Thanks @timschneeb) + Add notifications to the gallery updater + Fix the gallery updater never updating in the background + Update E-Hentai tags list + Populate Author field and clear Description on a couple sources (Thanks @BrutuZ) + Use Mangadex tracker links to associate mangas automatically with trackers (Thanks @timschneeb) + Fix Mangadex alt title being removed by cleanDescription (Thanks @spicemace) + [b]Based on Mihon stable 0.17.0(from 0.16.4)[/b] [b]Add Cross-Device Sync (Thanks @kaiserbh)[/b]