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

v0.19.1

parent fab91f4a
Branches
Tags v0.19.1
No related merge requests found
<?xml version='1.0' encoding='utf-8'?>
<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">
<widget android-versionCode="19100" id="fr.duniter.cesium" version="0.19.1" 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
......
......@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version() {
echo "v0.19.0" #lastest
echo "v0.19.1" #lastest
}
api_release_url() {
......
{
"name": "cesium",
"version": "0.19.0",
"version": "0.19.1",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
......
......@@ -10,19 +10,21 @@ angular.module("cesium.config", [])
.constant("csConfig", {
"cacheTimeMs": 300000,
"fallbackLanguage": "fr-FR",
"defaultLanguage": "fr-FR",
"fallbackLanguage": "en",
"rememberMe": true,
"showUDHistory": true,
"timeout": 300000,
"timeout": 30000,
"timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000,
"keepAuthIlde": 600,
"useLocalStorage": true,
"useRelative": true,
"expertMode": true,
"useRelative": false,
"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://duniter.org/en/wiki/duniter/install/"
......@@ -34,25 +36,30 @@ angular.module("cesium.config", [])
},
"node": {
"host": "g1.duniter.org",
"port": 443
"port": "443"
},
"fallbackNodes": [
{
"host": "g1.duniter.org",
"port": 443
"host": "g1.duniter.fr",
"port": "443"
},
{
"host": "g1.duniter.fr",
"port": 443
"host": "g1.duniter.org",
"port": "443"
}
],
"developers": [
{
"name": "Benoit Lavenier",
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
}
],
"plugins": {
"es": {
"enable": true,
"askEnable": true,
"host": "localhost",
"port": 9200,
"wsPort": 9400,
"host": "g1.data.duniter.fr",
"port": "443",
"fallbackNodes": [
{
"host": "g1.data.le-sou.org",
......@@ -70,19 +77,10 @@ angular.module("cesium.config", [])
"certReceived": true
},
"defaultCountry": "France"
},
"graph": {
"enable": true
},
"neo4j": {
"enable": true
},
"rml9": {
"enable": true
}
},
"version": "0.19.0",
"build": "2017-11-02T09:29:53.441Z",
"version": "0.19.1",
"build": "2017-11-03T09:10:46.344Z",
"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