From 0300c1057b93cf572507d9e356ef757abe92ad1f Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Mon, 4 May 2020 02:00:42 -0400 Subject: [PATCH] Release 0.9.2.3 --- app/build.gradle | 2 +- app/src/main/res/raw/changelog_release.xml | 25 ++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bed216542..e18882d39 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" versionCode 1 - versionName "v0.9.2.0" + versionName "0.9.2.3" 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 a68af5113..7833a49bc 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,7 +1,28 @@ - - k + + 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 + Fix cutoff for new buttons if your screen is small + Implement long click global search for tags + Fix "merge with another" button crash + (From preview) Bunch of crash fixes + (From preview) More extreme method for enforcing WebView availability + Finally figured out how to properly make a release build with check for updates and changelogs + + + Fix adding a manga to your library crash + Fix migrate and merge with another buttons now showing up + + + Add single manga migration and merge into another into the manga info page + Try to fix backup restores + + + First Release + This is the first working version of TachiyomiSY, it is not fully working so exspect bugs and possibly crashes, make sure you have auto backup on and ready for if you have to reinstall. + This is based on 0.9.2 of Tachiyomi Stable and 8.5.0 (with a bit extra) of TachiyomiAZ + It is missing quite a few features like saved searches and the merge button