Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Oct 26, 2024
1 parent b84a2b3 commit 92d4bbe
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -43,8 +43,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 8810
versionName "v8.8.1-AZ"
versionCode 8820
versionName "v8.8.2-AZ"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v8.8.2-AZ" changeDate="">
<changelogtext>fix exh</changelogtext>
<changelogtext>remove user agent from nh</changelogtext>
<changelogtext>add option to hide "last used" source in sources screen</changelogtext>
<changelogtext>fix .gifs not animating with new image decoder</changelogtext>
<changelogtext>fix tracking status button not being clickable</changelogtext>
<changelogtext>fix viz extension (probably also fixes some image loading issues with other exts)</changelogtext>
<changelogtext>fix some galleries being missing on hitomi (probably also fixes json parsing issues in other sources)</changelogtext>
</changelogversion>
<changelogversion versionName="v8.8.1-AZ" changeDate="">
<changelogtext>Remove dead built-in sources (hbrowse, perveden)</changelogtext>
<changelogtext>Remove broken built-in sources (hitomi.la, 8muses), please use extensions instead</changelogtext>
Expand Down

0 comments on commit 92d4bbe

Please sign in to comment.