From 7f83c117be344175532be5233fc85559e4bcb16d Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Mon, 2 Jun 2025 10:04:20 +0700 Subject: [PATCH 1/2] chore: Sync project [skip ci] --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/issue_report.yml | 2 +- CHANGELOG.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bae9c3625b..545636880b 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.9.7.2](https://github.com/null2264/yokai/releases/latest)**. + - label: I have updated the app to version **[1.9.7.3](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 3c3b5d4590..a1f0593f0d 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/docs/guides/troubleshooting/). required: true - - label: I have updated the app to version **[1.9.7.2](https://github.com/null2264/yokai/releases/latest)**. + - label: I have updated the app to version **[1.9.7.3](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 d6f3944187..95cea8eab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,6 +86,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co - Update null2264/actions digest to 363cb9c - Update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.1 +## [1.9.7.3] + +### Fixes +- More `Comparison method violates its general contract!` crash prevention + ## [1.9.7.2] ### Fixes From 17879ddc5abb6e2c82a85861cbfa17ffaa32c625 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Mon, 2 Jun 2025 13:52:46 +0700 Subject: [PATCH 2/2] chore: Bump version code --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 44eaebc446..dc23c131b0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -49,7 +49,7 @@ val supportedAbis = setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64") android { defaultConfig { applicationId = "eu.kanade.tachiyomi" - versionCode = 157 + versionCode = 158 versionName = _versionName testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true