summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2020-02-01 01:20:27 -0600
committercyberta <cyberta@riseup.net>2020-02-01 01:20:27 -0600
commitc5d5494e0e0d3cb8bb9c97583af3205143f5dea1 (patch)
tree87d00302a57f6009fb55100168e840e422b9396b
parent1658d8aa7e672c91c2d2a2a4a5c75744fabb3326 (diff)
update version to 1.0.31.0.3
-rw-r--r--CHANGELOG9
-rw-r--r--app/build.gradle4
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 42a589ea..c3338f86 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+1.0.3 - #PuraVida release
+features:
+- circumvent DNS blocking
+- IPv6 Firewall: allows now the usage of many apps that couldn't connect before while Bitmask was enabled (requires root permission)
+- VPN Tethering: share your VPN with other devices via USB- or Wifi-Tethering (requires root permission)
+- updated translations
+bugfixes:
+- fix UI bug in navigation drawer
+
1.0.2 - the anti-censorship release
features:
- implement Pluggable Transports to circumvent VPN blocking
diff --git a/app/build.gradle b/app/build.gradle
index 286ddc1c..68f7d65d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
defaultConfig {
applicationId "se.leap.bitmaskclient"
- versionCode 146
- versionName "1.0.2"
+ versionCode 147
+ versionName "1.0.3"
minSdkVersion 16
targetSdkVersion 28
vectorDrawables.useSupportLibrary = true