From 20c74888d05f15ce5dd20e86e391088ba118e1d8 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 28 Oct 2016 14:48:11 +0200 Subject: [PATCH] v0.4.4 --- config.xml | 4 ++-- install.sh | 2 +- package.json | 2 +- www/js/config.js | 24 ++++++++++-------------- 4 files changed, 14 insertions(+), 18 deletions(-) diff --git a/config.xml b/config.xml index f6db1dc06..ed63b3e17 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.3" - android-versionCode="403" + version="0.4.4" + android-versionCode="404" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index dc6b5b0fc..43746abb9 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.4.3" #lastest + echo "v0.4.4" #lastest } api_release_url() { diff --git a/package.json b/package.json index cb24e757e..5625d8f14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.4.3", + "version": "0.4.4", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index ece0d2f92..31cfae99d 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": "test-net.duniter.fr", + "port": "9201" }, "plugins": { "es": { - "enable": false, - "askEnable": true, + "enable": true, + "askEnable": false, "host": "data.duniter.fr", "port": "80" } }, - "version": "0.4.3", - "build": "2016-10-26T17:17:16.937Z", + "version": "0.4.4", + "build": "2016-10-28T12:47:35.392Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -- GitLab