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

v0.19.0

parent d8a1a09d
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="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"> <widget android-versionCode="19000" id="fr.duniter.cesium" version="0.19.0" 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.3" #lastest echo "v0.19.0" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "0.18.3", "version": "0.19.0",
"description": "Unhosted webapp client for Duniter network", "description": "Unhosted webapp client for Duniter network",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -10,49 +10,56 @@ angular.module("cesium.config", []) ...@@ -10,49 +10,56 @@ angular.module("cesium.config", [])
.constant("csConfig", { .constant("csConfig", {
"cacheTimeMs": 300000, "cacheTimeMs": 300000,
"fallbackLanguage": "fr-FR", "fallbackLanguage": "en",
"defaultLanguage": "fr-FR",
"rememberMe": true, "rememberMe": true,
"showUDHistory": true, "showUDHistory": true,
"timeout": 300000, "timeout": 30000,
"timeWarningExpireMembership": 5184000, "timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000, "timeWarningExpire": 7776000,
"keepAuthIlde": 600,
"useLocalStorage": true, "useLocalStorage": true,
"useRelative": true, "useRelative": false,
"expertMode": true, "expertMode": false,
"decimalCount": 2, "decimalCount": 2,
"httpsMode": false,
"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://duniter.org/en/wiki/duniter/install/" "en": "https://duniter.org/en/wiki/duniter/install/"
} }
}, },
"license": { "license": {
"fr-FR": "license/license_g1-fr-FR.txt", "fr-FR": "license/license_g1-fr-FR",
"en": "license/license_g1-en.txt" "en": "license/license_g1-en"
}, },
"node": { "node": {
"host": "localhost", "host": "g1.duniter.org",
"port": 9600 "port": "443"
}, },
"fallbackNodes": [ "fallbackNodes": [
{ {
"host": "g1.duniter.org", "host": "g1.duniter.fr",
"port": "443" "port": "443"
}, },
{ {
"host": "g1.duniter.fr", "host": "g1.duniter.org",
"port": "443" "port": "443"
} }
], ],
"developers": [
{
"name": "Benoit Lavenier",
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
}
],
"plugins": { "plugins": {
"es": { "es": {
"enable": false, "enable": true,
"askEnable": false, "askEnable": true,
"host": "localhost", "host": "g1.data.duniter.fr",
"port": 9200, "port": "443",
"wsPort": 9400,
"fallbackNodes": [ "fallbackNodes": [
{ {
"host": "g1.data.le-sou.org", "host": "g1.data.le-sou.org",
...@@ -70,19 +77,10 @@ angular.module("cesium.config", []) ...@@ -70,19 +77,10 @@ angular.module("cesium.config", [])
"certReceived": true "certReceived": true
}, },
"defaultCountry": "France" "defaultCountry": "France"
},
"graph": {
"enable": true
},
"neo4j": {
"enable": true
},
"rml9": {
"enable": true
} }
}, },
"version": "0.18.3", "version": "0.19.0",
"build": "2017-10-27T17:48:55.410Z", "build": "2017-10-27T18:10:53.795Z",
"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