Skip to content

Commit 0103921

Browse files
committed
Version 0.9.8
1 parent c0250ab commit 0103921

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()}\""

app/src/main/res/raw/changelog_release.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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>

0 commit comments

Comments
 (0)