Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdNumber9 committed Aug 9, 2019
1 parent 8a7f8c4 commit a89a36f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
minSdkVersion 16
targetSdkVersion 28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 8401
versionName "v8.4.1-EH"
versionCode 8402
versionName "v8.4.2-EH"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v8.4.2-EH" changeDate="">
<changelogtext>Fix incorrect update notifications for E-Hentai/ExHentai galleries</changelogtext>
<changelogtext>Fix EH manga opening in EXH source sometimes</changelogtext>
<changelogtext>Add experimental 8muses source</changelogtext>
<changelogtext>Enable library tag search and url importing for Pururin.io extension</changelogtext>
<changelogtext>Attempt to fix hitomi.la failed handshake error</changelogtext>
<changelogtext>Allow searching by ID in nhentai source</changelogtext>
<changelogtext>Fix reading position not being saved when EH/EXH galleries update</changelogtext>
<changelogtext>Fix extension uninstall button not working</changelogtext>
<changelogtext>Fix EH/EXH chapter/version sorting issues</changelogtext>
<changelogtext>Add auto-source-migration feature (long-press and select some manga in your library, then tap on the three-dots menu in the top-right)</changelogtext>
<changelogtext>Fix rare crash when opening extension preferences</changelogtext>
<changelogtext>Fix rare crash in reader</changelogtext>
<changelogtext>Fix application sometimes crashing in the background</changelogtext>
<changelogtext>Fix crash when opening Tsumino captcha</changelogtext>
<changelogtext>Enable long-press-to-change-manga-category by default</changelogtext>
</changelogversion>

<changelogversion versionName="v8.4.1-EH" changeDate="">
<changelogtext>Fix app crashing when updating library</changelogtext>
<changelogtext>Fix E-Hentai/ExHentai and many other sources not working</changelogtext>
Expand Down

0 comments on commit a89a36f

Please sign in to comment.