From f206ab8b323f1bc81269b9b73d4b049e798b2c4e Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sun, 27 Oct 2024 22:32:00 -0400 Subject: [PATCH] Release 1.11.0 --- .github/ISSUE_TEMPLATE/report_issue.yml | 8 ++++---- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- app/build.gradle.kts | 4 ++-- app/src/main/res/raw/changelog_release.xml | 21 +++++++++++++++++++++ 4 files changed, 28 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index ef055d726323..29a37c3440f5 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.10.5" + Example: "1.11.0" validations: required: true @@ -63,7 +63,7 @@ body: label: Android version description: You can find this somewhere in your Android settings. placeholder: | - Example: "Android 11" + Example: "Android 14" validations: required: true @@ -73,7 +73,7 @@ body: label: Device description: List your device and model. placeholder: | - Example: "Google Pixel 5" + Example: "Google Pixel 8" 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.10.5](https://github.com/jobobby04/tachiyomisy/releases/latest)**. + - label: I have updated the app to version **[1.11.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**. required: true - label: I have updated all installed extensions. required: true diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 045896b29573..8b447a1f8471 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.10.5](https://github.com/jobobby04/tachiyomisy/releases/latest)**. + - label: I have updated the app to version **[1.11.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 32bc3ae830c0..2f15a370cad9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,8 +30,8 @@ android { defaultConfig { applicationId = "eu.kanade.tachiyomi.sy" - versionCode = 69 - versionName = "1.10.5" + versionCode = 70 + versionName = "1.11.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 dcd26c688409..6176904605e2 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,26 @@ + + [b]Based on Mihon stable 0.17.0(from 0.16.4)[/b] + [b]Add Cross-Device Sync (Thanks @kaiserbh)[/b] + Add mature to the lewd tag filter(Thanks @gelionexists) + Add reset custom manga info (Thanks @LetrixZ) + Add multiple tags at once in edit manga info(Thanks @NGB-Was-Taken) + Fix sources loading too late for some screens + Show Downloaded stage in reader chapter list(Thanks @NGB-Was-Taken) + Fix Anilist + Fix MAL + Add an option to only show entries with new chapters(Thanks @timschneeb) + Fix Merged Source chapters not showing source name + Use DownloadChapters merged manga setting(Thanks @cuong-tran) + Show local chapters as downloaded in Merged Manga(Thanks @NGB-Was-Taken) + Fix ExHentai Page List errors + Improve E-H/Exh chapter downloading + Make manga page preview rows configurable(Thanks @LetrixZ) + Use more of Mangadex Extension settings(Thanks @NGB-Was-Taken) + Improve Encrypted Downloads(Thanks @Shamicen) + Delete duplicate chapters when they are marked as read(Thanks @NGB-Was-Taken) + [b]Based on Mihon stable 0.16.4(from 0.16.3)[/b] Minor fix for mark duplicate chapters as read