diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index ef055d726..29a37c344 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 045896b29..8b447a1f8 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 32bc3ae83..2f15a370c 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 dcd26c688..617690460 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