mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-04 08:55:06 +01:00
Version 0.9.7
This commit is contained in:
parent
7fda2f9636
commit
7f2fd5f025
@ -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.69](https://github.com/Jays2Kings/tachiyomi/releases)
|
[v0.9.7](https://github.com/Jays2Kings/tachiyomi/releases)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -41,6 +41,9 @@ Plus some new features in this fork such as:
|
|||||||
* Improved Download queue, including reordering and cancelling downloads
|
* Improved Download queue, including reordering and cancelling downloads
|
||||||
* Recently Read goes all the way back to the beginning of time
|
* 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)
|
* 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
|
## Issues, Feature Requests and Contributing
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 54
|
versionCode 55
|
||||||
versionName '0.9.69'
|
versionName '0.9.7'
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
@ -76,7 +76,6 @@ android {
|
|||||||
dimension "default"
|
dimension "default"
|
||||||
}
|
}
|
||||||
dev {
|
dev {
|
||||||
resConfigs "en", "xxhdpi"
|
|
||||||
dimension "default"
|
dimension "default"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,28 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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 & 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 & drop by unread</changelogtext>
|
||||||
|
<changelogtext>Move selected manga to the top or bottom of the list in Drag & 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 & Drop, selecting in library</changelogtext>
|
||||||
|
<changelogtext>Fixed double vibration when long pressing in drag & 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="">
|
<changelogversion versionName="v0.9.69" changeDate="">
|
||||||
<changelogtext>Restoring backups is now a notification</changelogtext>
|
<changelogtext>Restoring backups is now a notification</changelogtext>
|
||||||
<changelogtext>Fixed Recent Read bugs, recently read goes back 50 years</changelogtext>
|
<changelogtext>Fixed Recent Read bugs, recently read goes back 50 years</changelogtext>
|
||||||
|
Loading…
Reference in New Issue
Block a user