File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above.
44![ screenshots of app] ( ./.github/readme-images/theming-screenshots.gif )
55
66## Newest Release
7- [ v0.9.761 ] ( https://github.com/Jays2Kings/tachiyomi/releases )
7+ [ v0.9.8 ] ( https://github.com/Jays2Kings/tachiyomi/releases )
88
99## Features
1010
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ android {
3838 minSdkVersion 21
3939 targetSdkVersion 29
4040 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
41- versionCode 58
42- versionName ' 0.9.761 '
41+ versionCode 59
42+ versionName ' 0.9.8 '
4343
4444 buildConfigField " String" , " COMMIT_COUNT" , " \" ${ getCommitCount()} \" "
4545 buildConfigField " String" , " COMMIT_SHA" , " \" ${ getGitSha()} \" "
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<changelog bulletedList =" true" >
3+ <changelogversion versionName =" v0.9.78" changeDate =" " >
4+ <changelogtext >Hide categories and show your library in a single list in filters</changelogtext >
5+ <changelogtext >Option to set date format</changelogtext >
6+ <changelogtext >You can now pull to refresh on multiple categories, they will be added to the queue</changelogtext >
7+ <changelogtext >Fast scroller added to library</changelogtext >
8+ <changelogtext >Search history in recently read</changelogtext >
9+ <changelogtext >Unread sorting now always shows unread on top</changelogtext >
10+ <changelogtext >Download notification placeholder improved</changelogtext >
11+ <changelogtext >Confirmation popup when removing manga from library</changelogtext >
12+ <changelogtext >Reworked downloads caching logic</changelogtext >
13+ <changelogtext >Bug fixes for icons and themes</changelogtext >
14+ </changelogversion >
15+
316 <changelogversion versionName =" v0.9.761" changeDate =" " >
417 <changelogtext >More bug fixes :(</changelogtext >
518 </changelogversion >
You can’t perform that action at this time.
0 commit comments