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

v0.18.0

parent 6777337e
No related branches found
Tags v0.18.0
No related merge requests found
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="17600" id="fr.duniter.cesium" version="0.17.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="18000" id="fr.duniter.cesium" version="0.18.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.17.6" #lastest echo "v0.18.0" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "0.17.6", "version": "0.18.0",
"description": "Unhosted webapp client for Duniter network", "description": "Unhosted webapp client for Duniter network",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -10,9 +10,9 @@ angular.module("cesium.config", []) ...@@ -10,9 +10,9 @@ 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": false,
"timeout": 30000, "timeout": 30000,
"timeWarningExpireMembership": 5184000, "timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000, "timeWarningExpire": 7776000,
...@@ -22,11 +22,11 @@ angular.module("cesium.config", []) ...@@ -22,11 +22,11 @@ angular.module("cesium.config", [])
"expertMode": false, "expertMode": false,
"decimalCount": 2, "decimalCount": 2,
"httpsMode": false, "httpsMode": false,
"shareBaseUrl": "https://g1.le-sou.org", "shareBaseUrl": "https://g1.duniter.fr",
"helptip": { "helptip": {
"enable": true, "enable": true,
"installDocUrl": { "installDocUrl": {
"fr-FR": "https://www.le-sou.org/devenir-noeud/", "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/"
} }
}, },
...@@ -35,28 +35,30 @@ angular.module("cesium.config", []) ...@@ -35,28 +35,30 @@ angular.module("cesium.config", [])
"en": "license/license_g1-en" "en": "license/license_g1-en"
}, },
"node": { "node": {
"host": "g1.le-sou.org", "host": "g1.duniter.org",
"port": "443" "port": "443"
}, },
"fallbackNodes": [ "fallbackNodes": [
{
"host": "g1.duniter.org",
"port": "443"
},
{ {
"host": "g1.duniter.fr", "host": "g1.duniter.fr",
"port": "443" "port": "443"
}, },
{ {
"host": "g1.le-sou.org", "host": "g1.duniter.org",
"port": "443" "port": "443"
} }
], ],
"developers": [
{
"name": "Benoit Lavenier",
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
}
],
"plugins": { "plugins": {
"es": { "es": {
"enable": true, "enable": true,
"askEnable": false, "askEnable": false,
"host": "g1.data.le-sou.org", "host": "g1.data.duniter.fr",
"port": "443", "port": "443",
"notifications": { "notifications": {
"txSent": true, "txSent": true,
...@@ -67,8 +69,8 @@ angular.module("cesium.config", []) ...@@ -67,8 +69,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "0.17.6", "version": "0.18.0",
"build": "2017-10-03T21:22:44.315Z", "build": "2017-10-12T14:42:36.097Z",
"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.
Finish editing this message first!
Please register or to comment