Release v0.7.1
This commit is contained in:
parent
f853610578
commit
6931b75cc5
@ -38,8 +38,8 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 33
|
versionCode 34
|
||||||
versionName "0.7.0"
|
versionName "0.7.1"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="v0.7.1" changeDate="">
|
||||||
|
<changelogtext>Updated Cloudflare bypass.</changelogtext>
|
||||||
|
|
||||||
|
<changelogtext>Enabled TLS 1.1 and TLS 1.2 on Android KitKat and lower.</changelogtext>
|
||||||
|
|
||||||
|
<changelogtext>Minor UI changes.</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v0.7.0" changeDate="">
|
<changelogversion versionName="v0.7.0" changeDate="">
|
||||||
<changelogtext>Added extensions support. You can now install and update extensions within the app.
|
<changelogtext>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.</changelogtext>
|
If you installed any extension previously through F-Droid, you'll have to uninstall them first.</changelogtext>
|
||||||
|
Loading…
Reference in New Issue
Block a user