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)
|
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
|
||||||
|
|
||||||
## Newest Release
|
## Newest Release
|
||||||
[v0.9.35](https://github.com/Jays2Kings/tachiyomi/releases)
|
[v0.9.4](https://github.com/Jays2Kings/tachiyomi/releases)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -36,6 +36,7 @@ Plus some new features in this fork such as:
|
|||||||
* Webview Navigation
|
* Webview Navigation
|
||||||
* Fingerprint/Biometrics lock
|
* Fingerprint/Biometrics lock
|
||||||
* Range Select for Library and Chapters: long Press on an item then long press on another to select everything in between
|
* 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
|
## 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 46
|
versionCode 47
|
||||||
versionName '0.9.35'
|
versionName '0.9.4'
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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="">
|
<changelogversion versionName="v0.9.35" changeDate="">
|
||||||
<changelogtext>Fixed crash when disabling all sources in a language before disabling any
|
<changelogtext>Fixed crash when disabling all sources in a language before disabling any
|
||||||
sources</changelogtext>
|
sources</changelogtext>
|
||||||
@ -8,7 +14,7 @@
|
|||||||
|
|
||||||
<changelogversion versionName="v0.9.3" changeDate="">
|
<changelogversion versionName="v0.9.3" changeDate="">
|
||||||
<changelogtext>Lock Tachiyomi using your fingerprint/Biometrics</changelogtext>
|
<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>Extensions are now filtered to your locale, with an option to show other languages</changelogtext>
|
||||||
<changelogtext>Fixed AMOLED theme not having dark snackbar</changelogtext>
|
<changelogtext>Fixed AMOLED theme not having dark snackbar</changelogtext>
|
||||||
</changelogversion>
|
</changelogversion>
|
||||||
|
Loading…
Reference in New Issue
Block a user