From 0b3ae3c829776fbe79dc33bdb0199bb96dac7306 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Tue, 9 Jan 2024 19:10:09 -0500 Subject: [PATCH] Release 1.10.0 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/report_issue.yml | 2 +- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- app/build.gradle.kts | 2 +- app/src/main/res/raw/changelog_release.xml | 13 +++++++++++++ 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5e94cb548ea0..68e24c9d7ed0 100755 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,7 @@ I acknowledge that: - I have updated: - - To the latest version of the app (stable is v1.9.4) + - To the latest version of the app (stable is v1.10.0) - All extensions - I have gone through the FAQ (https://tachiyomi.org/docs/faq/general) and troubleshooting guide (https://tachiyomi.org/docs/guides/troubleshooting/) - If this is an issue with an official extension, that I should be opening an issue in https://github.com/tachiyomiorg/extensions diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index e7dbdeeac964..d9bda526e957 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -100,7 +100,7 @@ body: required: true - label: I have gone through the [FAQ](https://tachiyomi.org/docs/faq/general) and [troubleshooting guide](https://tachiyomi.org/docs/guides/troubleshooting/). required: true - - label: I have updated the app to version **[1.9.4](https://github.com/jobobby04/tachiyomisy/releases/latest)**. + - label: I have updated the app to version **[1.10.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 33a9b5691aab..72598df4bb1b 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -33,7 +33,7 @@ body: required: true - label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/extensions/issues/new/choose). required: true - - label: I have updated the app to version **[1.9.4](https://github.com/jobobby04/tachiyomisy/releases/latest)**. + - label: I have updated the app to version **[1.10.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 33897517bc27..fd25368eddf2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -27,7 +27,7 @@ android { applicationId = "eu.kanade.tachiyomi.sy" versionCode = 60 - versionName = "1.9.4" + versionName = "1.10.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 f25e1b6cfd53..22d0b0d0f916 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,18 @@ + + [b]Based on Tachiyomi stable 0.15.2(from 0.14.7)[/b] + Use ReadableAt for MangaDex dates + Add Exh source icon + Allow seeing all read manga statistics + Add exceeded page quota error + Add encrypted database(Thanks @Shamicen) + Add encrypted local covers(Thanks @Shamicen) + Add encrypted cbz archives(Thanks @Shamicen) + Center the Exh Utils(Thanks @Koranir) + Shorter chapter list in reader(Thanks @Riztard) + So much other stuff that I give up, I'm just going to make the release + [b]Based on Tachiyomi stable 0.14.7(from 0.14.6)[/b] Use ReadableAt for MangaDex dates