Skip to content

Commit

Permalink
Version 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Feb 12, 2020
1 parent c0250ab commit 0103921
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above.
![screenshots of app](./.github/readme-images/theming-screenshots.gif)

## Newest Release
[v0.9.761](https://github.com/Jays2Kings/tachiyomi/releases)
[v0.9.8](https://github.com/Jays2Kings/tachiyomi/releases)

## Features

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 58
versionName '0.9.761'
versionCode 59
versionName '0.9.8'

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.78" changeDate="">
<changelogtext>Hide categories and show your library in a single list in filters</changelogtext>
<changelogtext>Option to set date format</changelogtext>
<changelogtext>You can now pull to refresh on multiple categories, they will be added to the queue</changelogtext>
<changelogtext>Fast scroller added to library</changelogtext>
<changelogtext>Search history in recently read</changelogtext>
<changelogtext>Unread sorting now always shows unread on top</changelogtext>
<changelogtext>Download notification placeholder improved</changelogtext>
<changelogtext>Confirmation popup when removing manga from library</changelogtext>
<changelogtext>Reworked downloads caching logic</changelogtext>
<changelogtext>Bug fixes for icons and themes</changelogtext>
</changelogversion>

<changelogversion versionName="v0.9.761" changeDate="">
<changelogtext>More bug fixes :(</changelogtext>
</changelogversion>
Expand Down

0 comments on commit 0103921

Please sign in to comment.