From 0a37dabf4b0f12c6821bd87891b138632c55f234 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sat, 9 May 2020 12:20:57 -0400 Subject: [PATCH] Release 0.9.2.7 --- app/build.gradle | 2 +- app/src/main/res/raw/changelog_release.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f96dbe26d..ca5a0223a 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.6" + versionName "0.9.2.7" 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 354fc319f..1830a85e8 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,24 @@ + + Re-Implemented the more button inside global search + Made migrate and merge with another only visible if the manga is favourited + Remove library rounded corners option + (From Preview) Refresh page on 32-bit color setting change + (From Preview) Fix updates/history section headers in RTL locales + (From Preview) Tweak about manga heading + (From Preview) Increase webtoon setting change page refresh range + (From Preview) Adopt MaterialFastScroll from J2K fork + (From Preview) Use borderless buttons everywhere for consistency + (From Preview) Show icon when chapter is bookmarked + (From Preview) Concurrently download up to 5 pages at a time + (From Preview) Download from up to 5 different sources concurrently + (From Preview) Do library checks from up to 5 sources concurrently + (From Preview) Concurrently refresh trackers + (From Preview) Fix backup restore lag + (From Preview) Option to hide unread badges + (From Preview) Fix reader opening in the wrong place + Re-Implemented history features from AZ, includes year long history, endless scrolling, and searching history Saved searches now fully work, and increased the limit to 500 instead of 5 saved searches per sources