Skip to content

Commit 911bae0

Browse files
committed
Bump version 1.11.2 & update changelog
1 parent f5394fa commit 911bae0

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
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: Komikku version
5454
description: You can find your Komikku version in **More → About**.
5555
placeholder: |
56-
Example: "1.11.1"
56+
Example: "1.11.2"
5757
validations:
5858
required: true
5959

@@ -98,7 +98,7 @@ body:
9898
required: true
9999
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/).
100100
required: true
101-
- label: I have updated the app to version **[1.11.1](https://github.com/komikku-app/komikku/releases/latest)**.
101+
- label: I have updated the app to version **[1.11.2](https://github.com/komikku-app/komikku/releases/latest)**.
102102
required: true
103103
- label: I have updated all installed extensions.
104104
required: true

.github/ISSUE_TEMPLATE/request_feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
required: true
3434
- label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/komikku-app/extensions/issues/new/choose).
3535
required: true
36-
- label: I have updated the app to version **[1.11.1](https://github.com/komikku-app/komikku/releases/latest)**.
36+
- label: I have updated the app to version **[1.11.2](https://github.com/komikku-app/komikku/releases/latest)**.
3737
required: true
3838
- label: I will fill out all of the requested information in this form.
3939
required: true

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
defaultConfig {
3232
applicationId = "app.komikku"
3333

34-
versionCode = 68
35-
versionName = "1.11.1"
34+
versionCode = 69
35+
versionName = "1.11.2"
3636

3737
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
3838
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

app/src/main/res/raw/changelog_release.xml

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="1.11.2" changeDate="Augh 08, 2024">
4+
<changelogtext>[b]New:[/b] Support for backing up and restoring Feeds</changelogtext>
5+
<changelogtext>[b]New:[/b] Allow changing feeds' order</changelogtext>
6+
<changelogtext>[b]New:[/b] Show progress-banner for sync/restore/update</changelogtext>
7+
<changelogtext>[b]New:[/b] Jump to entry from download queue item</changelogtext>
8+
<changelogtext>[b]New:[/b] Long-click search drop-down menu for entry's title/author/artist/source</changelogtext>
9+
<changelogtext>[b]New:[/b] Support sources search in Migrate Source Screen</changelogtext>
10+
<changelogtext>[b]New:[/b] Onboarding permissions request for external storage</changelogtext>
11+
<changelogtext>[b]New:[/b] Request for storage permission when saving pictures (Android P &amp; below)</changelogtext>
12+
<changelogtext>[b]New:[/b] Adds Reader Option to Copy Panel to Clipboard</changelogtext>
13+
<changelogtext>[b]New:[/b] Added configuration options to e-ink page flashes</changelogtext>
14+
<changelogtext>[b]Improve:[/b] Update default popular user-agent, better support Cloudflare</changelogtext>
15+
<changelogtext>[b]Improve:[/b] Google drive sync</changelogtext>
16+
<changelogtext>[b]Improve:[/b] Make global search 'Has result' sticky</changelogtext>
17+
<changelogtext>[b]Improve:[/b] Background color for favorite entries</changelogtext>
18+
<changelogtext>[b]Fix:[/b] Update E-Hentai to support libraryColored, bulk-selection overlay</changelogtext>
19+
<changelogtext>[b]Fix:[/b] Copy icon (migration whole list) was always migrating instead of copy</changelogtext>
20+
<changelogtext>[b]Fix:[/b] Migrate/copy manga with 'Delete downloaded' unticked had no effect but always delete</changelogtext>
21+
<changelogtext>[b]Fix:[/b] Background color of selected entries</changelogtext>
22+
<changelogtext>[b]Fix:[/b] (performance) rework cover's loading animation</changelogtext>
23+
<changelogtext>[b]Fix:[/b] (performance) laggy after browsing library for a while</changelogtext>
24+
<changelogtext>[b]Fix:[/b] Revert chapter's filter icon</changelogtext>
25+
</changelogversion>
326
<changelogversion versionName="1.11.1" changeDate="July 04, 2024">
427
<changelogtext>[b]Komikku's Discord channel[/b]</changelogtext>
528
<changelogtext>[b]New:[/b] App icon</changelogtext>

0 commit comments

Comments
 (0)