From 2f928ac034cb3ba513fc1b3f7ad1843075e6b80c Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Thu, 7 May 2020 15:11:50 -0400 Subject: [PATCH] Release 2.9.2.6 --- app/build.gradle | 2 +- app/src/main/res/raw/changelog_release.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac1538a50..ab83f0eec 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.5" + versionName "0.9.2.6" 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 f4ef9f131..354fc319f 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,10 @@ + + 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 + (From AZ) hide 'latest' when merging sources + Fixed issue where some sources wouldn't work at all (like Toonily and Dynasty)