Skip to content

Commit 3a100c7

Browse files
committed
Release v0.17.1
1 parent ead9c0c commit 3a100c7

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/ISSUE_TEMPLATE/report_issue.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body:
5353
label: Mihon version
5454
description: You can find your Mihon version in **More → About**.
5555
placeholder: |
56-
Example: "0.17.0"
56+
Example: "0.17.1"
5757
validations:
5858
required: true
5959

@@ -96,7 +96,7 @@ body:
9696
required: true
9797
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https://mihon.app/docs/guides/troubleshooting/).
9898
required: true
99-
- label: I have updated the app to version **[0.17.0](https://github.com/mihonapp/mihon/releases/latest)**.
99+
- label: I have updated the app to version **[0.17.1](https://github.com/mihonapp/mihon/releases/latest)**.
100100
required: true
101101
- label: I have updated all installed extensions.
102102
required: true

.github/ISSUE_TEMPLATE/request_feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
required: true
3232
- label: I have written a short but informative title.
3333
required: true
34-
- label: I have updated the app to version **[0.17.0](https://github.com/mihonapp/mihon/releases/latest)**.
34+
- label: I have updated the app to version **[0.17.1](https://github.com/mihonapp/mihon/releases/latest)**.
3535
required: true
3636
- label: I will fill out all of the requested information in this form.
3737
required: true

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
1111
- `Other` - for technical stuff.
1212

1313
## [Unreleased]
14+
15+
## [v0.17.1] - 2024-12-06
1416
### Changed
1517
- Bump default user agent ([@AntsyLich](https://github.com/AntsyLich)) ([`76dcf90`](https://github.com/mihonapp/mihon/commit/76dcf903403d565056f44c66d965c1ea8affffc3))
1618

@@ -277,7 +279,8 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
277279
- Branding to Mihon ([@AntsyLich](https://github.com/AntsyLich))
278280
- Minimum supported Android version to 8 ([@AntsyLich](https://github.com/AntsyLich)) ([`dfb3091`](https://github.com/mihonapp/mihon/commit/dfb3091e380dda3e9bfb64bf5c9a685cf3a03d0e))
279281

280-
[unreleased]: https://github.com/mihonapp/mihon/compare/v0.17.0...main
282+
[unreleased]: https://github.com/mihonapp/mihon/compare/v0.17.1...main
283+
[v0.17.1]: https://github.com/mihonapp/mihon/compare/v0.17.0...v0.17.1
281284
[v0.17.0]: https://github.com/mihonapp/mihon/compare/v0.16.5...v0.17.0
282285
[v0.16.5]: https://github.com/mihonapp/mihon/compare/v0.16.4...v0.16.5
283286
[v0.16.4]: https://github.com/mihonapp/mihon/compare/v0.16.3...v0.16.4

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
defaultConfig {
3030
applicationId = "app.mihon"
3131

32-
versionCode = 8
33-
versionName = "0.17.0"
32+
versionCode = 9
33+
versionName = "0.17.1"
3434

3535
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
3636
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

0 commit comments

Comments
 (0)