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)