From ac4a6d59e9a35ba1b85df9824071447e30057d30 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Wed, 5 Jun 2024 18:53:22 +0700 Subject: [PATCH] chore(release): v1.8.3.1 Attempt to fix GH-79 --- .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, 5 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 22011b894b..b784d1c8cc 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.8.3](https://github.com/null2264/yokai/releases/latest)**. + - label: I have updated the app to version **[1.8.3.1](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 57dee1463b..24b487ba15 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.8.3](https://github.com/null2264/yokai/releases/latest)**. + - label: I have updated the app to version **[1.8.3.1](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 0b32f25ef5..e6fc21613c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,5 @@ ## Other --> -# Please backup your data before updating to this version. - -## Additions -- Extensions now can be trusted by repo - -## Changes -- Extensions now required to have `repo.json` - ## Other -- Migrate to SQLDelight -- Custom manga info is now stored in the database +- A bunch of NullPointerException prevention diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 123edc4acf..b52763b4c2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,8 +36,8 @@ android { minSdk = AndroidConfig.minSdk targetSdk = AndroidConfig.targetSdk applicationId = "eu.kanade.tachiyomi" - versionCode = 131 - versionName = "1.8.3" + versionCode = 132 + versionName = "1.8.3.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true