diff --git a/config.xml b/config.xml index b56f10143ad0468ae5cdbb3b03b2f20ca3f63452..7a6de63ebb11ff643204b3d4bab893074c5d551a 100644 --- a/config.xml +++ b/config.xml @@ -3,8 +3,8 @@ xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="fr.duniter.cesium" - version="0.4.5" - android-versionCode="405" + version="0.4.6" + android-versionCode="406" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 0617132e1fc08a4557f4c76a0b06f99da079e8e2..c801afd1c1414623b4aa6b98a68244f3a6ce4598 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.4.5" #lastest + echo "v0.4.6" #lastest } api_release_url() { diff --git a/package.json b/package.json index de10415f08e50cf01e6b7b9b9b742d93df5ea2e2..056125709884e62677d1f0b29aa020c4c2dd08c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.4.5", + "version": "0.4.6", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 589b5de0cb241ed6ae528d0a30489955abeaaf75..93cf511c32eb598a817d8ec732e8dbe9c31399ed 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -10,11 +10,10 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 60000, - "fallbackLanguage": "fr-FR", - "defaultLanguage": "fr-FR", - "rememberMe": true, + "fallbackLanguage": "en", + "rememberMe": false, "showUDHistory": false, - "timeout": 6000, + "timeout": 10000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, "useLocalStorage": true, @@ -23,25 +22,22 @@ angular.module("cesium.config", []) "expertMode": false, "helptip": { "enable": true, - "installDocUrl": { - "fr-FR": "http://www.le-sou.org/devenir-noeud/", - "en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" - } + "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" }, "node": { - "host": "duniter.le-sou.org", - "port": "9600" + "host": "cgeek.fr", + "port": "9330" }, "plugins": { "es": { "enable": true, - "askEnable": true, - "host": "data.le-sou.org", + "askEnable": false, + "host": "data.duniter.fr", "port": "80" } }, - "version": "0.4.5", - "build": "2016-10-31T21:27:03.616Z", + "version": "0.4.6", + "build": "2016-10-31T22:28:30.870Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })