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.