summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-12-20 12:05:22 +0100
committerParménides GV <parmegv@sdf.org>2014-12-20 12:05:22 +0100
commitf347c871d0433ef3efb85beb5e386b58d700faad (patch)
treebc47c8ccbcd48bfc5aee6b404c8ef3f1d9a359cb
parentd58b67f214bdd206cae28911073e450ec593f3dc (diff)
parent1c89d9cd1125df386be91abb29ae0e59accca948 (diff)
Merge branch 'release-0.8.1' into develop
-rw-r--r--CHANGELOG12
-rw-r--r--app/src/main/AndroidManifest.xml4
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6115133a..8108cab8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+0.8.1 December 20 2014 - the "refactored" release
+Features:
+- RiseUp.net and Calyx.net are new preseeded providers!
+- Material design for Android 5
+- Cleaner codebase
+- Update vpn info automatically
+Bugs:
+- Custom providers are saved and restored
+- Smoother orientation changes
+- Disconnect correctly: stop blocking and normal VPN connections
+- Many small bugs fixed during the refactor
+
0.8.0 November 25 2014 - the "problematic" release
Features:
- Block connection until VPN is established
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 6b548dbb..5f61cd78 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient"
- android:versionCode="102"
- android:versionName="0.8.0" >
+ android:versionCode="106"
+ android:versionName="0.8.1" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />