diff --git a/app/build.gradle b/app/build.gradle index e18882d39..c61de6a9a 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" versionCode 1 - versionName "0.9.2.3" + versionName "0.9.2.4" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt index 1b2ff4dd3..4c6ea2954 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt @@ -79,7 +79,6 @@ class AboutController : SettingsController() { } } - preferenceCategory { preference { titleRes = R.string.website diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 7833a49bc..d51a83049 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,14 @@ + + Fixed All Sources in Filter list + Remove dev update checker(so it doesnt break when I release a regular build) + Change source migration icon + Add my github to the about page + Implement not really working saved searches + Fix downloaded only + Remove unneeded backup changes, now all backups should work + Add EH and similar specific tag formatting for global and local search Fix the issue where it was showing hidden sources like the merged source @@ -8,6 +17,7 @@ Fix "merge with another" button crash (From preview) Bunch of crash fixes (From preview) More extreme method for enforcing WebView availability + (From preview) Fix anilist jsonnull issue Finally figured out how to properly make a release build with check for updates and changelogs