From 12d01b9da3dadbb8117865a73455a0f6a3a48e31 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sat, 1 Aug 2020 15:07:32 -0400 Subject: [PATCH] Release 1.1.0 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 22 +++++++++++++++++++++- 5 files changed, 26 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8f2ce29afc10..553bad0a8c36 100755 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ I acknowledge that: -- I have updated to the latest version of the app (stable is v1.0.0) +- I have updated to the latest version of the app (stable is v1.1.0) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9c5c63bec90d..b12d3f1f2be0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ labels: "bug" I acknowledge that: -- I have updated to the latest version of the app (stable is v1.0.0) +- I have updated to the latest version of the app (stable is v1.1.0) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 75cd1023f835..e1b0dc68a239 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ labels: "feature" I acknowledge that: -- I have updated to the latest version of the app (stable is v1.0.0) +- I have updated to the latest version of the app (stable is v1.1.0) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/app/build.gradle b/app/build.gradle index 7655e630e56d..d0f4dcc37866 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { minSdkVersion AndroidConfig.minSdk targetSdkVersion AndroidConfig.targetSdk testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 2 - versionName "1.0.0" + versionCode 3 + versionName "1.1.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 76708ac6776b..eb4b1c36b65c 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,6 +1,26 @@ - + + [b]Based on Tachiyomi stable 0.10.1(from a 0.9.2 preview)[/b] + Made the app translatable! Feel free to ask how to in the Tachiyomi discord or open a issue if you want to help with translations + Move to the new 0.10.0 manga page + [b]New[/b] Add move recommendations to overflow menu option + [b]New[/b] Add special browse view for E-Hentai + [b]New[/b] Add special manga info view to integrated and delegated sources + [b]New[/b] Add special tag view for certain sources + Made global search respect the source manga view setting + [b]New[/b] Manga info edit + [b]New[/b] Pressing download unread chapters on E-Hentai manga will only download the latest version + [b]New[/b] Using the manga floating action button on E-Hentai manga will open the latest version + [b]New[/b] Allow hitomi.la users to select if they want to download manga as webp or not + Fix 8muses + Fix hitomi.la + Fix Pururin + Fix blacklisted nhentai sources + Fix download badges for internal sources + Fix source category deletion crash + + Welcome to my first full release of TachiyomiSY! I hope you enjoy your stay, many improvements are planned!