Skip to content

Commit 39e9a74

Browse files
committed
chore: Release v0.18.1.2
1 parent 1d690d8 commit 39e9a74

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/ISSUE_TEMPLATE/report_issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body:
5252
label: Aniyomi version
5353
description: You can find your Aniyomi version in **More → About**.
5454
placeholder: |
55-
Example: "0.18.1.1"
55+
Example: "0.18.1.2"
5656
validations:
5757
required: true
5858

@@ -97,7 +97,7 @@ body:
9797
required: true
9898
- label: I have gone through the [FAQ](https://aniyomi.org/docs/faq/general) and [troubleshooting guide](https://aniyomi.org/docs/guides/troubleshooting/).
9999
required: true
100-
- label: I have updated the app to version **[0.18.1.1](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
100+
- label: I have updated the app to version **[0.18.1.2](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
101101
required: true
102102
- label: I have filled out all of the requested information in this form, including specific version numbers.
103103
required: true

.github/ISSUE_TEMPLATE/request_feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body:
3232
required: true
3333
- label: If this is a request regarding an extension, I should be opening an issue in the extension's repository.
3434
required: true
35-
- label: I have updated the app to version **[0.18.1.1](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
35+
- label: I have updated the app to version **[0.18.1.2](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
3636
required: true
3737
- label: I will fill out all of the requested information in this form.
3838
required: true

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
1010
- `Fixed` - for any bug fixes.
1111
- `Other` - for technical stuff.
1212

13+
## [v0.18.1.2] - 2025-10-28
14+
### Fixed
15+
16+
- Fix Hosters feature detection (again) ([@hollowshiroyuki](https://github.com/hollowshiroyuki)) ([#2195](https://github.com/aniyomiorg/aniyomi/pull/2216))
17+
1318
## [v0.18.1.1] - 2025-10-26
1419
### Fixed
1520

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
defaultConfig {
2020
applicationId = "xyz.jmir.tachiyomi.mi"
2121

22-
versionCode = 130
23-
versionName = "0.18.1.1"
22+
versionCode = 131
23+
versionName = "0.18.1.2"
2424

2525
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
2626
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

0 commit comments

Comments
 (0)