From 9a4149fb88bc38e0ea0a15076a847b3913e64b77 Mon Sep 17 00:00:00 2001 From: ziro Date: Mon, 12 Feb 2024 09:30:14 +0700 Subject: [PATCH] chore: Version 1.7.14 --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/issue_report.yml | 2 +- CHANGELOG.md | 11 ++++++++++- app/build.gradle.kts | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bdc5bc9aa5..f526d4dbe5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -35,7 +35,7 @@ body: required: true - label: If this is an issue with an extension, or a request for an extension, I should be contacting the extensions repository's maintainer/support for help. required: true - - label: I have updated the app to version **[1.7.13](https://github.com/null2264/yokai/releases/latest)**. + - label: I have updated the app to version **[1.7.14](https://github.com/null2264/yokai/releases/latest)**. required: true - label: I have checked through the app settings for my feature. required: true diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index 9ac1be2492..228a5f62cf 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -100,7 +100,7 @@ body: required: true - label: I have tried the [troubleshooting guide](https://mihon.app/help/). required: true - - label: I have updated the app to version **[1.7.13](https://github.com/null2264/yokai/releases/latest)**. + - label: I have updated the app to version **[1.7.14](https://github.com/null2264/yokai/releases/latest)**. required: true - label: I have updated all installed extensions. required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index f3cce30618..006bacf089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,13 @@ ## Fixes ## Other ---> \ No newline at end of file +--> +## Changes +- Added splash to reader (in case it being opened from shortcut) +- Increased long strip split height + +## Fixes +- Fixed cutout support being broken + +## Other +- Move AppState from DI to Application class to reduce race condition \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fbf6f27b49..a3b46d378e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { minSdk = AndroidConfig.minSdk targetSdk = AndroidConfig.targetSdk applicationId = "eu.kanade.tachiyomi" - versionCode = 122 - versionName = "1.7.13" + versionCode = 123 + versionName = "1.7.14" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true