Skip to content

Commit 916575c

Browse files
committed
chore(release): v1.9.7.1 [skip ci]
1 parent 2237b3d commit 916575c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body:
3535
required: true
3636
- 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.
3737
required: true
38-
- label: I have updated the app to version **[1.9.7](https://github.com/null2264/yokai/releases/latest)**.
38+
- label: I have updated the app to version **[1.9.7.1](https://github.com/null2264/yokai/releases/latest)**.
3939
required: true
4040
- label: I have checked through the app settings for my feature.
4141
required: true

.github/ISSUE_TEMPLATE/issue_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ body:
100100
required: true
101101
- label: I have tried the [troubleshooting guide](https://mihon.app/help/).
102102
required: true
103-
- label: I have updated the app to version **[1.9.7](https://github.com/null2264/yokai/releases/latest)**.
103+
- label: I have updated the app to version **[1.9.7.1](https://github.com/null2264/yokai/releases/latest)**.
104104
required: true
105105
- label: I have updated all installed extensions.
106106
required: true

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
99
- `Translation` - Translation changes/updates
1010
- `Other` - Technical changes/updates
1111

12+
## [1.9.7.1]
13+
14+
### Fixes
15+
- Fix `Comparison method violates its general contract!` crashes
16+
1217
## [1.9.7]
1318

1419
### Changes

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun runCommand(command: String): String {
3131
return String(byteOut.toByteArray()).trim()
3232
}
3333

34-
val _versionName = "1.9.8"
34+
val _versionName = "1.9.7.1"
3535
val betaCount by lazy {
3636
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")
3737

0 commit comments

Comments
 (0)