From 60ffd2f899b8d3f17f03ed1636f6a932d93a216b Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 27 Apr 2017 09:11:46 +0200
Subject: [PATCH] v0.12.0

---
 config.xml       |  2 +-
 install.sh       |  2 +-
 package.json     |  2 +-
 www/js/config.js | 29 ++++++++++++++---------------
 4 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/config.xml b/config.xml
index a187476fe..852642915 100644
--- a/config.xml
+++ b/config.xml
@@ -3,7 +3,7 @@
   xmlns="http://www.w3.org/ns/widgets"
   xmlns:cdv="http://cordova.apache.org/ns/1.0"
   id="fr.duniter.cesium"
-  version="0.11.8"
+  version="0.12.0"
   android-versionCode="11800"
   >
   <name>Cesium</name>
diff --git a/install.sh b/install.sh
index 4518cdd03..3c1016331 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.11.8" #lastest
+  echo "v0.12.0" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 905af4eab..9f12a9856 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.11.8",
+  "version": "0.12.0",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 7212a8d4f..cca3c2835 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -11,19 +11,19 @@ angular.module("cesium.config", [])
 .constant("csConfig", {
 	"cacheTimeMs": 60000,
 	"fallbackLanguage": "en",
-	"rememberMe": true,
+	"rememberMe": false,
 	"showUDHistory": false,
 	"timeout": 10000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
-	"useLocalStorage": true,
+	"useLocalStorage": false,
 	"useRelative": false,
 	"initPhase": false,
-	"expertMode": true,
+	"expertMode": false,
 	"decimalCount": 2,
 	"httpsMode": false,
 	"helptip": {
-		"enable": false,
+		"enable": true,
 		"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
 	},
 	"node": {
@@ -34,19 +34,18 @@ angular.module("cesium.config", [])
 		"es": {
 			"enable": true,
 			"askEnable": false,
-			"host": "localhost",
-			"port": "9200",
-			"wsPort": "9400"
-		},
-		"graph": {
-			"enable": true
-		},
-		"neo4j": {
-			"enable": true
+			"host": "g1.data.duniter.fr",
+			"port": "443",
+			"notifications": {
+				"txSent": true,
+				"txReceived": true,
+				"certSent": true,
+				"certReceived": true
+			}
 		}
 	},
-	"version": "0.11.8",
-	"build": "2017-04-26T10:24:52.486Z",
+	"version": "0.12.0",
+	"build": "2017-04-27T07:09:20.319Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-- 
GitLab