From 6931b75cc574fab1b55a36d2c665abd0d68359ec Mon Sep 17 00:00:00 2001 From: inorichi Date: Thu, 5 Apr 2018 23:01:32 +0200 Subject: [PATCH] Release v0.7.1 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9289497de3..b577e08906 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 27 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 33 - versionName "0.7.0" + versionCode 34 + versionName "0.7.1" 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 ab9677cd77..8174ae32eb 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,13 @@ + + Updated Cloudflare bypass. + + Enabled TLS 1.1 and TLS 1.2 on Android KitKat and lower. + + Minor UI changes. + + Added extensions support. You can now install and update extensions within the app. If you installed any extension previously through F-Droid, you'll have to uninstall them first.