Skip to content

Commit

Permalink
Bump version 1.11.2 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Aug 8, 2024
1 parent f5394fa commit 911bae0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/report_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ body:
label: Komikku version
description: You can find your Komikku version in **More → About**.
placeholder: |
Example: "1.11.1"
Example: "1.11.2"
validations:
required: true

Expand Down Expand Up @@ -98,7 +98,7 @@ body:
required: true
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/).
required: true
- label: I have updated the app to version **[1.11.1](https://github.com/komikku-app/komikku/releases/latest)**.
- label: I have updated the app to version **[1.11.2](https://github.com/komikku-app/komikku/releases/latest)**.
required: true
- label: I have updated all installed extensions.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body:
required: true
- 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).
required: true
- label: I have updated the app to version **[1.11.1](https://github.com/komikku-app/komikku/releases/latest)**.
- label: I have updated the app to version **[1.11.2](https://github.com/komikku-app/komikku/releases/latest)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
defaultConfig {
applicationId = "app.komikku"

versionCode = 68
versionName = "1.11.1"
versionCode = 69
versionName = "1.11.2"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down
23 changes: 23 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="1.11.2" changeDate="Augh 08, 2024">
<changelogtext>[b]New:[/b] Support for backing up and restoring Feeds</changelogtext>
<changelogtext>[b]New:[/b] Allow changing feeds' order</changelogtext>
<changelogtext>[b]New:[/b] Show progress-banner for sync/restore/update</changelogtext>
<changelogtext>[b]New:[/b] Jump to entry from download queue item</changelogtext>
<changelogtext>[b]New:[/b] Long-click search drop-down menu for entry's title/author/artist/source</changelogtext>
<changelogtext>[b]New:[/b] Support sources search in Migrate Source Screen</changelogtext>
<changelogtext>[b]New:[/b] Onboarding permissions request for external storage</changelogtext>
<changelogtext>[b]New:[/b] Request for storage permission when saving pictures (Android P &amp; below)</changelogtext>
<changelogtext>[b]New:[/b] Adds Reader Option to Copy Panel to Clipboard</changelogtext>
<changelogtext>[b]New:[/b] Added configuration options to e-ink page flashes</changelogtext>
<changelogtext>[b]Improve:[/b] Update default popular user-agent, better support Cloudflare</changelogtext>
<changelogtext>[b]Improve:[/b] Google drive sync</changelogtext>
<changelogtext>[b]Improve:[/b] Make global search 'Has result' sticky</changelogtext>
<changelogtext>[b]Improve:[/b] Background color for favorite entries</changelogtext>
<changelogtext>[b]Fix:[/b] Update E-Hentai to support libraryColored, bulk-selection overlay</changelogtext>
<changelogtext>[b]Fix:[/b] Copy icon (migration whole list) was always migrating instead of copy</changelogtext>
<changelogtext>[b]Fix:[/b] Migrate/copy manga with 'Delete downloaded' unticked had no effect but always delete</changelogtext>
<changelogtext>[b]Fix:[/b] Background color of selected entries</changelogtext>
<changelogtext>[b]Fix:[/b] (performance) rework cover's loading animation</changelogtext>
<changelogtext>[b]Fix:[/b] (performance) laggy after browsing library for a while</changelogtext>
<changelogtext>[b]Fix:[/b] Revert chapter's filter icon</changelogtext>
</changelogversion>
<changelogversion versionName="1.11.1" changeDate="July 04, 2024">
<changelogtext>[b]Komikku's Discord channel[/b]</changelogtext>
<changelogtext>[b]New:[/b] App icon</changelogtext>
Expand Down

0 comments on commit 911bae0

Please sign in to comment.