From c5d5494e0e0d3cb8bb9c97583af3205143f5dea1 Mon Sep 17 00:00:00 2001 From: cyberta Date: Sat, 1 Feb 2020 01:20:27 -0600 Subject: update version to 1.0.3 --- CHANGELOG | 9 +++++++++ app/build.gradle | 4 ++-- 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 -- cgit v1.2.3