From c7c8005440bce0e57e906c98c05064d2dab039df Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 12 Oct 2017 16:43:33 +0200
Subject: [PATCH] v0.18.0

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

diff --git a/config.xml b/config.xml
index eb978ec5c..2f8fb856f 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="17600" id="fr.duniter.cesium" version="0.17.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="18000" id="fr.duniter.cesium" version="0.18.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
diff --git a/install.sh b/install.sh
index ab8af4aa2..0d85f47a9 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v0.17.6" #lastest
+  echo "v0.18.0" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index fb730c575..843fcb029 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "0.17.6",
+  "version": "0.18.0",
   "description": "Unhosted webapp client for Duniter network",
   "repository": {
     "type": "git",
diff --git a/www/js/config.js b/www/js/config.js
index 8301fc6ee..d860ce5a3 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -10,9 +10,9 @@ angular.module("cesium.config", [])
 
 .constant("csConfig", {
 	"cacheTimeMs": 300000,
-	"fallbackLanguage": "fr-FR",
-	"defaultLanguage": "fr-FR",
+	"fallbackLanguage": "en",
 	"rememberMe": true,
+	"showUDHistory": false,
 	"timeout": 30000,
 	"timeWarningExpireMembership": 5184000,
 	"timeWarningExpire": 7776000,
@@ -22,11 +22,11 @@ angular.module("cesium.config", [])
 	"expertMode": false,
 	"decimalCount": 2,
 	"httpsMode": false,
-	"shareBaseUrl": "https://g1.le-sou.org",
+	"shareBaseUrl": "https://g1.duniter.fr",
 	"helptip": {
 		"enable": true,
 		"installDocUrl": {
-			"fr-FR": "https://www.le-sou.org/devenir-noeud/",
+			"fr-FR": "https://duniter.org/fr/wiki/duniter/installer/",
 			"en": "https://duniter.org/en/wiki/duniter/install/"
 		}
 	},
@@ -35,28 +35,30 @@ angular.module("cesium.config", [])
 		"en": "license/license_g1-en"
 	},
 	"node": {
-		"host": "g1.le-sou.org",
+		"host": "g1.duniter.org",
 		"port": "443"
 	},
 	"fallbackNodes": [
-		{
-			"host": "g1.duniter.org",
-			"port": "443"
-		},
 		{
 			"host": "g1.duniter.fr",
 			"port": "443"
 		},
 		{
-			"host": "g1.le-sou.org",
+			"host": "g1.duniter.org",
 			"port": "443"
 		}
 	],
+	"developers": [
+		{
+			"name": "Benoit Lavenier",
+			"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
+		}
+	],
 	"plugins": {
 		"es": {
 			"enable": true,
 			"askEnable": false,
-			"host": "g1.data.le-sou.org",
+			"host": "g1.data.duniter.fr",
 			"port": "443",
 			"notifications": {
 				"txSent": true,
@@ -67,8 +69,8 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "0.17.6",
-	"build": "2017-10-03T21:22:44.315Z",
+	"version": "0.18.0",
+	"build": "2017-10-12T14:42:36.097Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })
 
-- 
GitLab