diff --git a/README.md b/README.md index b53589ae0a..602ae02251 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index cd430a40a8..c52c0c66c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index f81d520c5d..82086fb786 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,11 @@ + + Automatically check for updates for installed extensions (Enable it by + going to Extensions -> Overflow menu -> Auto-check for updates) + New Icon! + + Fixed crash when disabling all sources in a language before disabling any sources @@ -8,7 +14,7 @@ Lock Tachiyomi using your fingerprint/Biometrics - Added search/sorting/mass enable/disable to catalouge sources + Added search/sorting/mass enable/disable to catalogue sources Extensions are now filtered to your locale, with an option to show other languages Fixed AMOLED theme not having dark snackbar