Version 0.9.8

This commit is contained in:
Jay 2020-02-11 19:40:36 -08:00
parent c0250ab1ee
commit 01039219bc
3 changed files with 16 additions and 3 deletions

View File

@ -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

View File

@ -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()}\""

View File

@ -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>