diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-30 21:24:40 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-30 21:24:40 +0100 |
commit | f98d1c3a937733070b7b1215143efa66eced94a1 (patch) | |
tree | 1b12abc3f379054d845b089281208ed930e6411e | |
parent | bebbb70c708b4b529c835fe4aa57994cd3b7eee3 (diff) |
update version to 1.1.0
-rw-r--r-- | CHANGELOG | 19 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,22 @@ +1.1.0 - UX upgrade release +features: +- many UI and UX improvements: + * updated gateway selector + * new settings screen + * updated VPN main screen + * updated exclude apps screen +- support of UDP: + * settings to optionally prefer UDP over TCP for faster connections + * improved fallback mechanism, if UDP is blocked +- more coming soon... + + bugfixes: +- fix save battery feature - stay focussed again on what you're doing: + * the internet connection is hibernated while the phone screen is off + * no distracting notifications while you've put your phone aside + * save battery + - fix disappearing action bar subtitles after orientation change + 1.1.0RC2 - UX upgrade beta release features: - many UI and UX improvements: diff --git a/app/build.gradle b/app/build.gradle index 2452874f..c2cc5aff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 157 - versionName "1.1.0RC2" + versionCode 158 + versionName "1.1.0" minSdkVersion 16 targetSdkVersion 30 vectorDrawables.useSupportLibrary = true |