mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:35:10 +01:00
Version 0.9.4
This commit is contained in:
parent
4248b95417
commit
65ca7ab476
@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android.
|
||||
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
|
||||
|
||||
## Newest Release
|
||||
[v0.9.35](https://github.com/Jays2Kings/tachiyomi/releases)
|
||||
[v0.9.4](https://github.com/Jays2Kings/tachiyomi/releases)
|
||||
|
||||
## Features
|
||||
|
||||
@ -36,6 +36,7 @@ Plus some new features in this fork such as:
|
||||
* Webview Navigation
|
||||
* Fingerprint/Biometrics lock
|
||||
* Range Select for Library and Chapters: long Press on an item then long press on another to select everything in between
|
||||
* Automatically check for extensions
|
||||
|
||||
## Issues, Feature Requests and Contributing
|
||||
|
||||
|
@ -38,8 +38,8 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
versionCode 46
|
||||
versionName '0.9.35'
|
||||
versionCode 47
|
||||
versionName '0.9.4'
|
||||
|
||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||
|
@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
<changelogversion versionName="v0.9.4" changeDate="">
|
||||
<changelogtext>Automatically check for updates for installed extensions (Enable it by
|
||||
going to Extensions -> Overflow menu -> Auto-check for updates)</changelogtext>
|
||||
<changelogtext>New Icon!</changelogtext>
|
||||
</changelogversion>
|
||||
|
||||
<changelogversion versionName="v0.9.35" changeDate="">
|
||||
<changelogtext>Fixed crash when disabling all sources in a language before disabling any
|
||||
sources</changelogtext>
|
||||
@ -8,7 +14,7 @@
|
||||
|
||||
<changelogversion versionName="v0.9.3" changeDate="">
|
||||
<changelogtext>Lock Tachiyomi using your fingerprint/Biometrics</changelogtext>
|
||||
<changelogtext>Added search/sorting/mass enable/disable to catalouge sources</changelogtext>
|
||||
<changelogtext>Added search/sorting/mass enable/disable to catalogue sources</changelogtext>
|
||||
<changelogtext>Extensions are now filtered to your locale, with an option to show other languages</changelogtext>
|
||||
<changelogtext>Fixed AMOLED theme not having dark snackbar</changelogtext>
|
||||
</changelogversion>
|
||||
|
Loading…
Reference in New Issue
Block a user