Skip to content
Snippets Groups Projects
Commit 0d1948b5 authored by cyberta's avatar cyberta
Browse files

set version name to 0.9.8RC1

parent f3de2025
No related branches found
No related tags found
No related merge requests found
Pipeline #
0.9.8 - the UI overhaul
Bugs:
- fixes notification channel bug on Android 8+
- fixes Bitmask starting always on restart regardless of the last state before the phone was turned off
Features:
- support for Android's always-on vpn system setting:
- Bitmask starts the vpn with the last selected profile
- if no vpn provile is available Bitmask blocks all outgoing internet traffic until
the user creates a vpn profile or enables unsecured internet traffic
with a click on a notification
- improved certificate pinning mechanism
- (more to come)
0.9.7 - the maintenance release
Bugs:
- fixes failing login on Android 7.0 and Android 7.1 (Android Nougat)
......
......@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient"
android:versionCode="131"
android:versionName="0.9.7" >
android:versionCode="132"
android:versionName="0.9.8RC1" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment