diff --git a/config.xml b/config.xml index a187476fe71e3564345b97032b52f22e18e8a134..8526429155b3ca3411fb917b6119cb1ad3354ea2 100644 --- a/config.xml +++ b/config.xml @@ -3,7 +3,7 @@ xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="fr.duniter.cesium" - version="0.11.8" + version="0.12.0" android-versionCode="11800" > <name>Cesium</name> diff --git a/install.sh b/install.sh index 4518cdd038a551bc9460f8aca8155994d53d5cac..3c101633159909b2a6484069177fd7e03d20cd7d 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.11.8" #lastest + echo "v0.12.0" #lastest } api_release_url() { diff --git a/package.json b/package.json index 905af4eaba895e14b0132499b4ba8e0dfef7bc47..9f12a9856135ff9db7e6183f57d72d0381b89207 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.11.8", + "version": "0.12.0", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 7212a8d4fd25ec45f444956603d902b9290f764a..cca3c2835cf13b32f48ae037e26f5e7a3dd627da 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -11,19 +11,19 @@ angular.module("cesium.config", []) .constant("csConfig", { "cacheTimeMs": 60000, "fallbackLanguage": "en", - "rememberMe": true, + "rememberMe": false, "showUDHistory": false, "timeout": 10000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, - "useLocalStorage": true, + "useLocalStorage": false, "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" }, "node": { @@ -34,19 +34,18 @@ angular.module("cesium.config", []) "es": { "enable": true, "askEnable": false, - "host": "localhost", - "port": "9200", - "wsPort": "9400" - }, - "graph": { - "enable": true - }, - "neo4j": { - "enable": true + "host": "g1.data.duniter.fr", + "port": "443", + "notifications": { + "txSent": true, + "txReceived": true, + "certSent": true, + "certReceived": true + } } }, - "version": "0.11.8", - "build": "2017-04-26T10:24:52.486Z", + "version": "0.12.0", + "build": "2017-04-27T07:09:20.319Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })