Version 0.9.4

This commit is contained in:
Jay 2019-12-21 23:40:13 -08:00
parent 4248b95417
commit 65ca7ab476
3 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -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()}\""

View File

@ -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>