Skip to content

Commit

Permalink
bump versionCode 70
Browse files Browse the repository at this point in the history
update changelog & README
  • Loading branch information
cuong-tran committed Aug 29, 2024
1 parent 5bdf5ec commit b29e7c3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
|----------|---------|-----------|-------------|
| [![GitHub downloads](https://img.shields.io/github/downloads/komikku-app/komikku/total?label=Downloads&labelColor=27303D&color=0D1117&logo=github&logoColor=FFFFFF&style=flat)](https://github.com/komikku-app/komikku/releases) [![Stable](https://img.shields.io/github/release/komikku-app/komikku.svg?maxAge=3600&label=Stable&labelColor=06599d&color=043b69)](https://github.com/komikku-app/komikku/releases/latest) [![Build](https://img.shields.io/github/actions/workflow/status/komikku-app/komikku/build_release.yml?labelColor=27303D)](https://github.com/komikku-app/komikku/actions/workflows/build_push.yml) | [![GitHub downloads](https://img.shields.io/github/downloads/komikku-app/komikku-preview/total?label=Downloads&labelColor=27303D&color=0D1117&logo=github&logoColor=FFFFFF&style=flat)](https://github.com/komikku-app/komikku-preview/releases) [![Beta](https://img.shields.io/github/v/release/komikku-app/komikku-preview.svg?maxAge=3600&label=Beta&labelColor=2c2c47&color=1c1c39)](https://github.com/komikku-app/komikku-preview/releases/latest) [![Beta build](https://img.shields.io/github/actions/workflow/status/komikku-app/komikku-preview/build_app.yml?labelColor=27303D)](https://github.com/komikku-app/komikku-preview/actions/workflows/build_app.yml) | [![CI](https://img.shields.io/github/actions/workflow/status/komikku-app/komikku/build_check.yml?labelColor=27303D)](https://github.com/komikku-app/komikku/actions/workflows/build_check.yml) | [![Discord](https://img.shields.io/discord/1242381704459452488?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/85jB7V5AJR) |

**[Help translate](https://crowdin.com/project/komikku/invite?h=f922abd4193e77309b084a08c74b89872112170)**

A free and open source manga reader which is based off TachiyomiSY & Mihon/Tachiyomi. This fork is meant to provide new & useful features while regularly take features/updates from Mihon or other forks like SY, J2K and Neko...

Expand Down
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 = 69
versionName = "1.11.2"
versionCode = 70
versionName = "1.11.3"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down
28 changes: 28 additions & 0 deletions app/src/main/res/raw/changelog_preview.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="r9312" changeDate="August 29, 2024">
<changelogtext>[b]New:[/b] Showing source icon in library</changelogtext>
<changelogtext>[b]New:[/b] Use language flags</changelogtext>
<changelogtext>[b]New:[/b] Bulk-merging multiple library entries</changelogtext>
<changelogtext>[b]New:[/b] Ability to enable/disable repo</changelogtext>
<changelogtext>[b]New:[/b] Show repo icon for Komikku &amp; Keiyoushi</changelogtext>
<changelogtext>[b]New:[/b] Custom themes</changelogtext>
<changelogtext>[b]New:[/b] Allow sync Feeds &amp; extension-repo settings</changelogtext>
<changelogtext>[b]New:[/b] Add "show entry" action to download notifications </changelogtext>
<changelogtext>[b]New:[/b] Add option to skip downloading duplicate read chapters</changelogtext>
<changelogtext>[b]New:[/b] Delete duplicate downloaded chapters when they are automatically marked as read</changelogtext>
<changelogtext>[b]New:[/b] Remove built-in Komikku repo, instead allow adding it as default</changelogtext>
<changelogtext>[b]Improve:[/b] Show same extension from multiple repos &amp; show their repo's name</changelogtext>
<changelogtext>[b]Improve:[/b] Rename Related Titles to Suggestions</changelogtext>
<changelogtext>[b]Improve:[/b] Add more auto backup hours</changelogtext>
<changelogtext>[b]Improve:[/b] Add option to update library each 6 hours</changelogtext>
<changelogtext>[b]Improve:[/b] Back-button on pre-migration source</changelogtext>
<changelogtext>[b]Improve:[/b] Don't expand description on the manga while merging</changelogtext>
<changelogtext>[b]Improve:[/b] Hide keyboard when a Tracker SearchResultItem is clicked</changelogtext>
<changelogtext>[b]Improve:[/b] Move dropdown menu to correct position</changelogtext>
<changelogtext>[b]Improve:[/b] Add extensions list refresh menu</changelogtext>
<changelogtext>[b]Improve:[/b] Add confirmation when adding repo via URI</changelogtext>
<changelogtext>[b]Improve:[/b] Respect privacy settings in extension update notification</changelogtext>
<changelogtext>[b]Improve:[/b] Option to not backup Saved searches &amp; Feeds</changelogtext>
<changelogtext>[b]Improve:[/b] Change Reader's open-in-browser icon to Explore</changelogtext>
<changelogtext>[b]Fix:[/b] Smart library updates now will honor the 'Skip Completed' option</changelogtext>
<changelogtext>[b]Fix:[/b] Setting to hide home button while browsing Related title</changelogtext>
</changelogversion>
<changelogversion versionName="r9234" changeDate="August 13, 2024">
<changelogtext>[b]New:[/b] Add option to only show entries with new chapters</changelogtext>
<changelogtext>[b]New:[/b] add source search to pre-migration screen</changelogtext>
Expand Down

0 comments on commit b29e7c3

Please sign in to comment.