Skip to content

Commit

Permalink
Version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Jan 16, 2020
1 parent 7fda2f9 commit 7f2fd5f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
5 changes: 4 additions & 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.69](https://github.com/Jays2Kings/tachiyomi/releases)
[v0.9.7](https://github.com/Jays2Kings/tachiyomi/releases)

## Features

Expand Down Expand Up @@ -41,6 +41,9 @@ Plus some new features in this fork such as:
* Improved Download queue, including reordering and cancelling downloads
* Recently Read goes all the way back to the beginning of time
* Restoring backups in the background (taken from [Neko](https://github.com/CarlosEsco/Neko)
* Expanding manga thumbnails
* Automatically check for extension updates
* More Material Stuff

## Issues, Feature Requests and Contributing

Expand Down
5 changes: 2 additions & 3 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 54
versionName '0.9.69'
versionCode 55
versionName '0.9.7'

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down Expand Up @@ -76,7 +76,6 @@ android {
dimension "default"
}
dev {
resConfigs "en", "xxhdpi"
dimension "default"
}
}
Expand Down
23 changes: 23 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.7" changeDate="">
<changelogtext>Extensions notifications now perfected</changelogtext>
<changelogtext>Extensions are checked every hour in app</changelogtext>
<changelogtext>Added badge showing how many updates for extension are pending in the side drawer</changelogtext>
<changelogtext>Extensions no longer available show obsolete</changelogtext>
<changelogtext>More material dialog boxes, Android 10 uses normal casing on buttons</changelogtext>
<changelogtext>Tap on manga thumbnails in info to expand them</changelogtext>
<changelogtext>Have different sorting per category in drag &amp; drop</changelogtext>
<changelogtext>Filter Library by tracked manga</changelogtext>
<changelogtext>Web view now has pull to refresh and progress bar</changelogtext>
<changelogtext>Extensions no longer available show up as obsolete</changelogtext>
<changelogtext>Sort drag &amp; drop by unread</changelogtext>
<changelogtext>Move selected manga to the top or bottom of the list in Drag &amp; Drop</changelogtext>
<changelogtext>Web view now hides the top bar when scroll</changelogtext>
<changelogtext>Search view in toolbar hides filter/no more duplicates</changelogtext>
<changelogtext>Fixed last updated sorting not going by latest chapter upload</changelogtext>
<changelogtext>More translations, Default category now honors your language</changelogtext>
<changelogtext>Fixes to a few dialog boxes, Drag &amp; Drop, selecting in library</changelogtext>
<changelogtext>Fixed double vibration when long pressing in drag &amp; drop mode</changelogtext>
<changelogtext>Updating wording in a few places</changelogtext>
<changelogtext>Settings -> About -> Build Time now shows you this changelog</changelogtext>
</changelogversion>

<changelogversion versionName="v0.9.69" changeDate="">
<changelogtext>Restoring backups is now a notification</changelogtext>
<changelogtext>Fixed Recent Read bugs, recently read goes back 50 years</changelogtext>
Expand Down

0 comments on commit 7f2fd5f

Please sign in to comment.