Skip to content
Snippets Groups Projects
Commit e0c16884 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

v0.18.3

parent 454593b5
No related branches found
No related tags found
No related merge requests found
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="18200" id="fr.duniter.cesium" version="0.18.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="18300" id="fr.duniter.cesium" version="0.18.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cesium</name> <name>Cesium</name>
<description> <description>
An simple App for Duniter wallet An simple App for Duniter wallet
......
...@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then ...@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi fi
latest_version() { latest_version() {
echo "v0.18.2" #lastest echo "v0.18.3" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "0.18.2", "version": "0.18.3",
"description": "Unhosted webapp client for Duniter network", "description": "Unhosted webapp client for Duniter network",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -12,37 +12,54 @@ angular.module("cesium.config", []) ...@@ -12,37 +12,54 @@ angular.module("cesium.config", [])
"cacheTimeMs": 300000, "cacheTimeMs": 300000,
"fallbackLanguage": "en", "fallbackLanguage": "en",
"rememberMe": true, "rememberMe": true,
"timeout": 300000, "showUDHistory": true,
"timeout": 30000,
"timeWarningExpireMembership": 5184000, "timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000, "timeWarningExpire": 7776000,
"keepAuthIlde": 600,
"useLocalStorage": true, "useLocalStorage": true,
"useRelative": false, "useRelative": false,
"expertMode": true, "expertMode": false,
"decimalCount": 2, "decimalCount": 2,
"httpsMode": false,
"shareBaseUrl": "https://g1.duniter.fr", "shareBaseUrl": "https://g1.duniter.fr",
"helptip": { "helptip": {
"enable": false, "enable": true,
"installDocUrl": { "installDocUrl": {
"fr-FR": "https://duniter.org/fr/wiki/duniter/installer/", "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": { "node": {
"host": "g1-test.duniter.org", "host": "g1.duniter.org",
"port": 443 "port": "443"
}, },
"fallbackNodes": [ "fallbackNodes": [
{ {
"host": "g1-test.cgeek.fr", "host": "g1.duniter.fr",
"port": 443 "port": "443"
},
{
"host": "g1.duniter.org",
"port": "443"
}
],
"developers": [
{
"name": "Benoit Lavenier",
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
} }
], ],
"plugins": { "plugins": {
"es": { "es": {
"enable": true, "enable": true,
"askEnable": false, "askEnable": false,
"host": "g1-test.data.duniter.fr", "host": "g1.data.duniter.fr",
"port": 443, "port": "443",
"notifications": { "notifications": {
"txSent": true, "txSent": true,
"txReceived": true, "txReceived": true,
...@@ -52,8 +69,8 @@ angular.module("cesium.config", []) ...@@ -52,8 +69,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "0.18.2", "version": "0.18.3",
"build": "2017-10-20T16:07:02.760Z", "build": "2017-10-20T17:44:25.876Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment