Skip to content

Commit 28fb936

Browse files
authored
Release new stable with ext lib, aniyomi-mpv-lib, and ffmpeg-kit bumps (#2178)
1 parent 374e94a commit 28fb936

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.0.1"
55+
Example: "0.18.1.0"
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.0.1](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
100+
- label: I have updated the app to version **[0.18.1.0](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.0.1](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
35+
- label: I have updated the app to version **[0.18.1.0](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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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-
## [Unreleased]
13+
## [v0.18.1.0] - 2025-10-02
1414
### Fixed
1515

1616
- Fix list view resetting scroll upon exiting child ([@quickdesh](https://github.com/quickdesh)) ([#1982](https://github.com/aniyomiorg/aniyomi/pull/1982))

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
applicationId = "xyz.jmir.tachiyomi.mi"
2121

2222
versionCode = 130
23-
versionName = "0.18.0.1"
23+
versionName = "0.18.1.0"
2424

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

app/src/main/java/eu/kanade/tachiyomi/extension/anime/util/AnimeExtensionLoader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ internal object AnimeExtensionLoader {
4545
private const val METADATA_HAS_README = "tachiyomi.animeextension.hasReadme"
4646
private const val METADATA_HAS_CHANGELOG = "tachiyomi.animeextension.hasChangelog"
4747
const val LIB_VERSION_MIN = 12
48-
const val LIB_VERSION_MAX = 15
48+
const val LIB_VERSION_MAX = 16
4949

5050
@Suppress("DEPRECATION")
5151
private val PACKAGE_FLAGS = PackageManager.GET_CONFIGURATIONS or

gradle/aniyomi.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
aniyomi-mpv-lib = "1.17.n"
2+
aniyomi-mpv-lib = "1.18.n"
33
arthenica-smartexceptions = "0.2.1"
44
constraint-layout = "1.1.0"
5-
ffmpeg-kit = "1.17"
5+
ffmpeg-kit = "1.18"
66
media = "1.7.0"
77
seeker = "1.2.2"
88
truetypeparser = "2.1.4"

0 commit comments

Comments
 (0)