From 4a79c7757b109dc480fe3237f278c07d3329dbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 19 Jan 2015 16:30:17 +0100 Subject: Bump version code&number + changelog: 0.9.0 --- CHANGELOG | 4 +++- app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c6fd7f33..4031782f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,13 @@ 0.9.0 Features: - Fail back to other ports/servers in case of error +- Start vpn automatically after foced to log in +- More unit tests added, better code structured Bugs: - Switching providers logs out before showing Configuration Wizard - Update profiles correctly - Don't get killed if restarting the device -- Don't crash in xlarge devices (such as tablets) +- Don't crash in xlarge devices (such as tablets) 0.8.2 December 22 2014 - the "refactored+" release Bugs: diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 40b4bd9f..436a6bb6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="111" + android:versionName="0.9.0" > -- cgit v1.2.3