From 06ada1e56712af66e47bd8f60a5d733278f02007 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 27 Aug 2018 17:52:55 +0200 Subject: [PATCH] v1.1.0 --- config.xml | 2 +- install.sh | 2 +- package.json | 2 +- www/js/config.js | 53 +++++++++++++++++++++++++++++++++++++++-------- www/manifest.json | 2 +- 5 files changed, 48 insertions(+), 13 deletions(-) diff --git a/config.xml b/config.xml index cc41d8f91..227b7ae53 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="100060" id="fr.duniter.cesium" version="1.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="101000" id="fr.duniter.cesium" version="1.1.0" 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 c12bbadc4..a31606d18 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.0.6" #lastest + echo "v1.1.0" #lastest } api_release_url() { diff --git a/package.json b/package.json index b54688e9b..5cd1f97e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.0.6", + "version": "1.1.0", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index 2cc6d8a42..854be82e4 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -12,29 +12,54 @@ angular.module("cesium.config", []) "cacheTimeMs": 300000, "fallbackLanguage": "en", "rememberMe": true, - "timeout": 300000, + "showUDHistory": true, + "timeout": 30000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, + "keepAuthIlde": 600, "useLocalStorage": true, "useRelative": false, - "expertMode": true, + "expertMode": false, "decimalCount": 2, + "httpsMode": false, "shareBaseUrl": "https://g1.duniter.fr", "helptip": { - "enable": false, + "enable": true, "installDocUrl": { "fr-FR": "https://duniter.org/fr/wiki/duniter/installer/", - "en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" + "en": "https://duniter.org/en/wiki/duniter/install/" } }, + "license": { + "fr-FR": "license/license_g1-fr-FR", + "en": "license/license_g1-en" + }, "node": { - "host": "g1-test.duniter.org", + "host": "g1.duniter.org", "port": 443 }, "fallbackNodes": [ { - "host": "g1-test.cgeek.fr", + "host": "g1.duniter.fr", + "port": 443 + }, + { + "host": "g1.monnaielibreoccitanie.org", + "port": 443 + }, + { + "host": "g1.le-sou.org", "port": 443 + }, + { + "host": "g1.duniter.org", + "port": 443 + } + ], + "developers": [ + { + "name": "Benoit Lavenier", + "pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE" } ], "plugins": { @@ -42,8 +67,18 @@ angular.module("cesium.config", []) "enable": true, "askEnable": true, "useRemoteStorage": true, - "host": "g1-test.data.duniter.fr", + "host": "g1.data.duniter.fr", "port": 443, + "fallbackNodes": [ + { + "host": "g1.data.le-sou.org", + "port": 443 + }, + { + "host": "g1.data.duniter.fr", + "port": 443 + } + ], "notifications": { "txSent": true, "txReceived": true, @@ -53,8 +88,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.0.6", - "build": "2018-08-27T12:18:36.072Z", + "version": "1.1.0", + "build": "2018-08-27T15:51:55.287Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) diff --git a/www/manifest.json b/www/manifest.json index 22988374b..2a1d4b009 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -2,7 +2,7 @@ "short_name": "Cesium", "name": "Cesium", "manifest_version": 1, - "version": "1.0.6", + "version": "1.1.0", "default_locale": "fr", "description": "Manage your Duniter Wallet on a libre currency, like Ğ1", "icons": [ -- GitLab