diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-12 03:31:14 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-12 03:31:14 +0100 |
commit | e0b30b6c20ff7cc32f930c249e49c64ac8214787 (patch) | |
tree | d150e94471a6e174143bf35a3205802c4d65f5b3 | |
parent | 7127b5da7aec4c4c0ae58815d274af999c033797 (diff) |
update version to 1.1.0RC1
-rw-r--r-- | CHANGELOG | 9 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ +1.1.0RC1 - early snowflakes release +features: +- support of tor and snowflake to circumvent censorship of the API server +- improved error handling if user tries to configure a provider without having an internet connection +- manual gateway selection in Bitmask + +bugfixes: +- fix openvpn fallback during gateway setup, e.g. UDP to TCP fallback or IPv6 to IPv4 fallback + 1.0.9 - Hotfix release features: - updated translations diff --git a/app/build.gradle b/app/build.gradle index 20ace18d..6db23476 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 155 - versionName "1.0.9" + versionCode 156 + versionName "1.1.0RC1" minSdkVersion 16 targetSdkVersion 30 vectorDrawables.useSupportLibrary = true |