mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-04 09:15:07 +01:00
Version 0.9.75
This commit is contained in:
parent
32c58640a2
commit
0b6f7fab81
@ -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.7](https://github.com/Jays2Kings/tachiyomi/releases)
|
[v0.9.75](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 55
|
versionCode 56
|
||||||
versionName '0.9.7'
|
versionName '0.9.75'
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="v0.9.75" changeDate="">
|
||||||
|
<changelogtext>Edit all manga info from title to tags for both online and local manga</changelogtext>
|
||||||
|
<changelogtext>Tracked filter no longer shows tracking for services you've logged out of</changelogtext>
|
||||||
|
<changelogtext>Added logout button to tracking settings</changelogtext>
|
||||||
|
<changelogtext>Track button pre-selected when adding new manga to track and there's a single entry</changelogtext>
|
||||||
|
<changelogtext>Tracking status options now reflect the site's wording and order</changelogtext>
|
||||||
|
<changelogtext>Refreshing metadata now updates the manga title (if there is a new manga title)</changelogtext>
|
||||||
|
<changelogtext>Search "local" to see local manga, also can now search artist</changelogtext>
|
||||||
|
<changelogtext>Tapping the app icon on homescreen no longer closes the reader or webview</changelogtext>
|
||||||
|
<changelogtext>Fixed crash when changing categories for global download</changelogtext>
|
||||||
|
<changelogtext>Fully Translated Russian Language</changelogtext>
|
||||||
|
<changelogtext>Default category name in settings now honors locale</changelogtext>
|
||||||
|
<changelogtext>Added Last Read to Drag & Drop sorting</changelogtext>
|
||||||
|
<changelogtext>Fixes to stopping downloads</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v0.9.7" changeDate="">
|
<changelogversion versionName="v0.9.7" changeDate="">
|
||||||
<changelogtext>Extensions notifications now perfected</changelogtext>
|
<changelogtext>Extensions notifications now perfected</changelogtext>
|
||||||
<changelogtext>Extensions are checked every hour in app</changelogtext>
|
<changelogtext>Extensions are checked every hour in app</changelogtext>
|
||||||
|
Loading…
Reference in New Issue
Block a user