diff --git a/config.xml b/config.xml index 21037c41e865545827f56f6a7fbb7de795a63e3a..86d3ef727ce901b6430e17b982631a5ae3729fe5 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.12.5" - android-versionCode="12500" + version="0.12.6" + android-versionCode="12600" > <name>Cesium</name> <description> diff --git a/install.sh b/install.sh index 9fa6b456854c790787e55625bc8e8894fa719c5d..1e971781d62a64061888e8cc53d956832c30f0ac 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.12.5" #lastest + echo "v0.12.6" #lastest } api_release_url() { diff --git a/package.json b/package.json index 233e3282f95b10abcca061f5e33350f145ebd122..597cf5ba989ca17b2519bcb2192de0b94d0db334 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.12.5", + "version": "0.12.6", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 99806606622690c03559fe756b37d1160b7206dd..08361de8bf372271e3f5152e389e52e11de73706 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -11,19 +11,20 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 60000, "fallbackLanguage": "en", - "rememberMe": true, + "rememberMe": false, "showUDHistory": false, "timeout": 10000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, + "logoutIlde": 600, "useLocalStorage": true, "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" }, "license": { @@ -38,19 +39,19 @@ angular.module("cesium.config", []) "es": { "enable": true, "askEnable": false, - "host": "g1.data.duniter.fr", - "port": "443", - }, - "graph": { - "enable": true - }, - "neo4j": { - "enable": true + "host": "g1.data.duniter.fr", + "port": "443", + "notifications": { + "txSent": true, + "txReceived": true, + "certSent": true, + "certReceived": true + } } }, - "version": "0.12.5", - "build": "2017-05-19T08:58:22.076Z", + "version": "0.12.6", + "build": "2017-05-22T16:39:21.668Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" }) -; +; \ No newline at end of file