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

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdNumber9 committed Apr 20, 2019
1 parent 39e0d43 commit a978cb9
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -42,8 +42,8 @@ android {
minSdkVersion 16
targetSdkVersion 28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 8400
versionName "v8.4.0-EH"
versionCode 8401
versionName "v8.4.1-EH"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<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>
<changelogtext>Fix many crashes that occur when the app is run on older Android versions</changelogtext>
<changelogtext>Fix autoscroll crashing the reader sometimes</changelogtext>
<changelogtext>Fix the app crashing on startup for some users</changelogtext>
<changelogtext>Fix multi-select operations crashing the app when the selection is too large</changelogtext>
<changelogtext>Add throttling when restoring E-Hentai/ExHentai galleries from backups</changelogtext>
</changelogversion>

<changelogversion versionName="v8.4.0-EH" changeDate="">
<changelogtext>Many crash fixes</changelogtext>
<changelogtext>Sort saved searches alphabetically</changelogtext>
Expand Down

0 comments on commit a978cb9

Please sign in to comment.