From 4118b13e5b39e4d600d715cf49130d6ef8bee878 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Mon, 19 Apr 2021 15:19:13 -0400 Subject: [PATCH] Release 1.6.1 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- app/build.gradle.kts | 4 ++-- .../tachiyomi/ui/manga/MangaPresenter.kt | 2 +- app/src/main/res/raw/changelog_release.xml | 22 ++++++++++++------- 6 files changed, 20 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7c673cf46..385de44be 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.6.0) + - To the latest version of the app (stable is v1.6.1) - All extensions - I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/ - If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index beaa8d40a..0f933acf8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,7 @@ labels: "bug" I acknowledge that: - I have updated: - - To the latest version of the app (stable is v1.6.0) + - To the latest version of the app (stable is v1.6.1) - All extensions - I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/ - If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f22fd3737..40144f17f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,7 +10,7 @@ labels: "feature" I acknowledge that: - I have updated: - - To the latest version of the app (stable is v1.6.0) + - To the latest version of the app (stable is v1.6.1) - All extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions - I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 44b549e67..eb8d1dbc3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,8 +34,8 @@ android { minSdkVersion(AndroidConfig.minSdk) targetSdkVersion(AndroidConfig.targetSdk) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" - versionCode = 14 - versionName = "1.6.0" + versionCode = 15 + versionName = "1.6.1" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"") diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaPresenter.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaPresenter.kt index 7d53555a8..a620d0124 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaPresenter.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaPresenter.kt @@ -892,7 +892,7 @@ class MangaPresenter( */ fun getNextUnreadChapter(): ChapterItem? { return if (source.isEhBasedSource()) { - chapters.sortedWith(getChapterSort()).lastOrNull()?.takeUnless { it.read } + chapters.sortedWith(getChapterSort()).firstOrNull()?.takeUnless { it.read } } else { chapters.sortedWith(getChapterSort()).findLast { !it.read } } diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index e7efcac36..a76d7810e 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,7 +1,13 @@ + + [b]Based on Tachiyomi stable 0.10.11(from 0.10.10)[/b] + Add a debug function to address really old SY full backups reader mode bug + Block merged manga from migration + Remove useless source migration action from overflow + - [b]Based on Tachiyomi stable 0.10.10(from 0.10.9)[/b] + [b]Based on Tachiyomi stable 0.10.10(from 0.10.9)[/b] [b]New[/b] Edit manga status [b]New[/b] Backup custom manga info [b]New[/b] Logs now output to file, logging to file is now useful, and can be used to debug @@ -19,7 +25,7 @@ Fix crash when opening chapter from manual search in migration - [b]Based on Tachiyomi stable 0.10.9(from 0.10.7)[/b] + [b]Based on Tachiyomi stable 0.10.9(from 0.10.7)[/b] [b]New[/b] Clicking the title now takes you to the manga page [b]New[/b] Enhanced Reader Bottom menu [b]New[/b] MDList now works for all manga, not just mangadex manga @@ -34,7 +40,7 @@ Fix Similar Manga notification - [b]Based on Tachiyomi stable 0.10.7(from 0.10.6)[/b] + [b]Based on Tachiyomi stable 0.10.7(from 0.10.6)[/b] [b]New[/b] Add separate crop borders setting for Continues Vertical [b]New[/b] Add simple external repo support Fix crashes with Merge Settings @@ -43,7 +49,7 @@ Deeplink and Batch add will now only search enabled sources - [b]Based on Tachiyomi stable 0.10.6(from 0.10.5)[/b] + [b]Based on Tachiyomi stable 0.10.6(from 0.10.5)[/b] [b]New[/b] NEW ICON! Thanks to Aytox who made it! [b]New[/b] Add french translation, thanks to Adam-sama [b]New[/b] Double clicking the updates bottom bar button will open downloads @@ -74,7 +80,7 @@ Fix backup for merged manga - [b]Based on Tachiyomi stable 0.10.5(from 0.10.4)[/b] + [b]Based on Tachiyomi stable 0.10.5(from 0.10.4)[/b] [b]New[/b] Delegate MangaDex, add Mangadex Follows browse, import, push, and tracking, as well as a custom manga view! [b]New[/b] No title grid option [b]New[/b] Started filter @@ -89,7 +95,7 @@ Network logging to file fixes - [b]Based on Tachiyomi stable 0.10.4(from 0.10.2)[/b] + [b]Based on Tachiyomi stable 0.10.4(from 0.10.2)[/b] [b]New[/b] cleanup orphaned downloads option (from J2k) [b]New[/b] delegate Hitomi, please download the extension to continue using your Hitomi manga [b]New[/b] delegate NHentai, please download the extension to continue using your NHentai manga @@ -111,11 +117,11 @@ Change the way releases are built, likely fixes problems with installing the app for some people - [b]Based on Tachiyomi stable 0.10.2(from 0.10.1)[/b] + [b]Based on Tachiyomi stable 0.10.2(from 0.10.1)[/b] Delegated HBrowse, if you used that source please install the extension to continue using your manga - [b]Based on Tachiyomi stable 0.10.1(from a 0.9.2 preview)[/b] + [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