Version 0.9.8
This commit is contained in:
parent
c0250ab1ee
commit
01039219bc
3 changed files with 16 additions and 3 deletions
|
@ -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)
|
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
|
||||||
|
|
||||||
## Newest Release
|
## Newest Release
|
||||||
[v0.9.761](https://github.com/Jays2Kings/tachiyomi/releases)
|
[v0.9.8](https://github.com/Jays2Kings/tachiyomi/releases)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
@ -38,8 +38,8 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 58
|
versionCode 59
|
||||||
versionName '0.9.761'
|
versionName '0.9.8'
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
|
|
@ -1,5 +1,18 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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="">
|
<changelogversion versionName="v0.9.761" changeDate="">
|
||||||
<changelogtext>More bug fixes :(</changelogtext>
|
<changelogtext>More bug fixes :(</changelogtext>
|
||||||
</changelogversion>
|
</changelogversion>
|
||||||
|
|
Reference in a new issue