diff --git a/config.xml b/config.xml index f3c17b2654d7e5a7c18aa744360fd6888a53fac4..eb978ec5c2ccecd1a66fa0cd29e9395066a090fd 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="17500" id="fr.duniter.cesium" version="0.17.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<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"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index 2ee72d191e49b2d0a879f34ae915ca9c2b4fbaa8..ab8af4aa2eee2c3e313a8de1523cf20a654751a6 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.17.5" #lastest + echo "v0.17.6" #lastest } api_release_url() { diff --git a/package.json b/package.json index 343e359de0bfc99f1a74b2050b6b1cb38ef6a73d..fb730c5759df7a9b53923811702c747e542fe959 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.17.5", + "version": "0.17.6", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index cab54b3e2e2db897d91e748f8f6e739dd1bb4cd2..ee651d80b75c92cd36ca60b3a911d0707bd568ff 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.5", - "build": "2017-10-03T07:14:09.010Z", + "version": "0.17.6", + "build": "2017-10-03T11:59:41.457Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })