From 19f1d00fcbef6ab7783066ff9ae8e377f696b231 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Sat, 27 Jun 2026 05:58:04 +0600 Subject: [PATCH] Release v0.20.0 --- .github/ISSUE_TEMPLATE/1_request_feature.yml | 2 +- .github/ISSUE_TEMPLATE/2_report_issue.yml | 4 ++-- .github/workflows/release.yml | 4 +++- CHANGELOG.md | 8 ++++++-- app/build.gradle.kts | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_request_feature.yml b/.github/ISSUE_TEMPLATE/1_request_feature.yml index 29489a10c..d2e28521a 100644 --- a/.github/ISSUE_TEMPLATE/1_request_feature.yml +++ b/.github/ISSUE_TEMPLATE/1_request_feature.yml @@ -30,7 +30,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the app to version **[0.19.9](https://github.com/mihonapp/mihon/releases/latest)**. + - label: I have updated the app to version **[0.20.0](https://github.com/mihonapp/mihon/releases/latest)**. required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/.github/ISSUE_TEMPLATE/2_report_issue.yml b/.github/ISSUE_TEMPLATE/2_report_issue.yml index d2ccd5fbd..c9d60de2b 100644 --- a/.github/ISSUE_TEMPLATE/2_report_issue.yml +++ b/.github/ISSUE_TEMPLATE/2_report_issue.yml @@ -52,7 +52,7 @@ body: label: Mihon version description: You can find your Mihon version in **More → About**. placeholder: | - Example: "0.19.9" + Example: "0.20.0" validations: required: true @@ -95,7 +95,7 @@ body: required: true - label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https://mihon.app/docs/guides/troubleshooting/). required: true - - label: I have updated the app to version **[0.19.9](https://github.com/mihonapp/mihon/releases/latest)**. + - label: I have updated the app to version **[0.20.0](https://github.com/mihonapp/mihon/releases/latest)**. required: true - label: I have filled out all of the requested information in this form, including specific version numbers. required: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df0c5601c..7224352fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,9 @@ jobs: tag_name: ${{ needs.get_tag.outputs.tag }} name: Mihon ${{ needs.get_tag.outputs.tag }} body: | - Check out the [past release notes](https://github.com/mihonapp/mihon/releases) if you're upgrading from an earlier version. Consider [becoming a patron](https://www.patreon.com/mihon/membership) to help keep Mihon improving! + Consider supporting the development on [Patreon](https://www.patreon.com/mihon/membership) or [OpenCollective](https://opencollective.com/mihon/contribute) to keep Mihon improving! + + Check out the [past release notes](https://github.com/mihonapp/mihon/releases) if you're upgrading from an earlier version. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf522250..81ded046a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,16 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co - `Other` - for technical stuff. ## [Unreleased] + +## [v0.20.0] - 2026-06-27 ### Added +- Add support for `tachiyomix` 1.6 extensions ([@AntsyLich](https://github.com/AntsyLich)) - Add support for `tachiyomix` extension index format ([@AntsyLich](https://github.com/AntsyLich)) ([#3349](https://github.com/mihonapp/mihon/pull/3349)) - Add vertical chapter navigator for long strip mode ([@AntsyLich](https://github.com/AntsyLich)) ([#3377](https://github.com/mihonapp/mihon/pull/3377)) - Add option to open app settings from system settings ([@JFronny](https://github.com/JFronny)) ([#3180](https://github.com/mihonapp/mihon/pull/3180)) ### Changed -- Change all reference of extension repo to extension store ([@AntsyLich](https://github.com/AntsyLich)) ([#3349](https://github.com/mihonapp/mihon/pull/3349)) +- Change the term "extension repo" to "extension store" ([@AntsyLich](https://github.com/AntsyLich)) ([#3349](https://github.com/mihonapp/mihon/pull/3349)) - Change the term "Obsolete" to "Orphaned" for extensions ([@AntsyLich](https://github.com/AntsyLich)) ([#3383](https://github.com/mihonapp/mihon/pull/3383)) - Remove text limit of manga notes ([@AntsyLich](https://github.com/AntsyLich)) ([#3410](https://github.com/mihonapp/mihon/pull/3410)) - Tweak Catppuccin color scheme for clarity ([@xenitane](https://github.com/xenitane)) ([#3436](https://github.com/mihonapp/mihon/pull/3436)) @@ -547,7 +550,8 @@ Same as v0.19.6 - Branding to Mihon ([@AntsyLich](https://github.com/AntsyLich)) - Minimum supported Android version to 8 ([@AntsyLich](https://github.com/AntsyLich)) ([`dfb3091`](https://github.com/mihonapp/mihon/commit/dfb3091e380dda3e9bfb64bf5c9a685cf3a03d0e)) -[unreleased]: https://github.com/mihonapp/mihon/compare/v0.19.9...main +[unreleased]: https://github.com/mihonapp/mihon/compare/v0.20.0...main +[v0.20.0]: https://github.com/mihonapp/mihon/compare/v0.19.9...v0.20.0 [v0.19.9]: https://github.com/mihonapp/mihon/compare/v0.19.8...v0.19.9 [v0.19.8]: https://github.com/mihonapp/mihon/compare/v0.19.7...v0.19.8 [v0.19.7]: https://github.com/mihonapp/mihon/compare/v0.19.6...v0.19.7 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5f0d3aaa8..a0e5776ba 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,8 +32,8 @@ android { defaultConfig { applicationId = "app.mihon" - versionCode = 23 - versionName = "0.19.9" + versionCode = 24 + versionName = "0.20.0" buildConfigField("String", "COMMIT_COUNT", "\"${getLatestCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getLatestCommitSha()}\"")