Bump version 1.11.2 & update changelog
This commit is contained in:
parent
f5394facf1
commit
911bae08fc
4 changed files with 28 additions and 5 deletions
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
4
.github/ISSUE_TEMPLATE/report_issue.yml
vendored
|
|
@ -53,7 +53,7 @@ body:
|
||||||
label: Komikku version
|
label: Komikku version
|
||||||
description: You can find your Komikku version in **More → About**.
|
description: You can find your Komikku version in **More → About**.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: "1.11.1"
|
Example: "1.11.2"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
@ -98,7 +98,7 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/).
|
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/).
|
||||||
required: true
|
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
|
required: true
|
||||||
- label: I have updated all installed extensions.
|
- label: I have updated all installed extensions.
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
2
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
|
|
@ -33,7 +33,7 @@ body:
|
||||||
required: true
|
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).
|
- 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
|
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
|
required: true
|
||||||
- label: I will fill out all of the requested information in this form.
|
- label: I will fill out all of the requested information in this form.
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "app.komikku"
|
applicationId = "app.komikku"
|
||||||
|
|
||||||
versionCode = 68
|
versionCode = 69
|
||||||
versionName = "1.11.1"
|
versionName = "1.11.2"
|
||||||
|
|
||||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,28 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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 & 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">
|
<changelogversion versionName="1.11.1" changeDate="July 04, 2024">
|
||||||
<changelogtext>[b]Komikku's Discord channel[/b]</changelogtext>
|
<changelogtext>[b]Komikku's Discord channel[/b]</changelogtext>
|
||||||
<changelogtext>[b]New:[/b] App icon</changelogtext>
|
<changelogtext>[b]New:[/b] App icon</changelogtext>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue