summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-10-25 17:51:00 +0200
committercyBerta <cyberta@riseup.net>2019-10-25 17:51:00 +0200
commit44900326a61307910b58f7553a506e92a77237ce (patch)
tree66fcfa4510bb7695eac0f62976413c7caa388ec4
parent54f2d51e71b843ad7baeca172428291eb55e63a9 (diff)
set version to 1.0.2RC2
-rw-r--r--CHANGELOG10
-rw-r--r--app/build.gradle4
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ff5b1b99..56d0989f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+1.0.2 - the anti-censorship release
+features:
+- implement Pluggable Transports to circumvent VPN blocking
+- exclude apps from VPN >> credits to Akuma
+- improved gateway setup error handling
+
+bugfixes:
+- fix performance issues on UI thread if VPN (re-)connects
+- fix several crashes
+
1.0.0
Bugs:
- fix tablet layouts in portrait
diff --git a/app/build.gradle b/app/build.gradle
index 219f556b..a405ed95 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
defaultConfig {
applicationId "se.leap.bitmaskclient"
- versionCode 142
- versionName "1.0.2RC1"
+ versionCode 143
+ versionName "1.0.2RC2"
minSdkVersion 16
targetSdkVersion 28
vectorDrawables.useSupportLibrary = true