From 47fdc7930ce2e96c89c5766bcbd66a2c776060cf Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Mon, 27 Feb 2023 10:10:16 +0100 Subject: [PATCH] Add changelog v1.7.0 --- doc/changelog/changelog_v1.7.0.md | 6 ++++++ www/js/config.js | 24 +++++++++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 doc/changelog/changelog_v1.7.0.md diff --git a/doc/changelog/changelog_v1.7.0.md b/doc/changelog/changelog_v1.7.0.md new file mode 100644 index 000000000..3b9715339 --- /dev/null +++ b/doc/changelog/changelog_v1.7.0.md @@ -0,0 +1,6 @@ +# Version v1.7.0 + +## All platforms + +- [enh] Add mre languages : Italian, Deutsch, Catalan, Portuges +- [fix] Update default Duniter and Cesium+ Pod peers \ No newline at end of file diff --git a/www/js/config.js b/www/js/config.js index 9492125de..e89a7b1fc 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -12,10 +12,10 @@ angular.module("cesium.config", []) "cacheTimeMs": 300000, "demo": false, "readonly": false, - "fallbackLanguage": "en", + "fallbackLanguage": "fr", "rememberMe": true, "showUDHistory": true, - "timeout": 40000, + "timeout": 300000, "timeWarningExpireMembership": 5184000, "timeWarningExpire": 7776000, "keepAuthIdle": 600, @@ -74,14 +74,16 @@ angular.module("cesium.config", []) "port": 443 }, { - "host": "g1.duniter.org", + "host": "g1.le-sou.org", "port": 443 - } - ], - "developers": [ + }, + { + "host": "duniter.normandie-libre.fr", + "port": 443 + }, { - "name": "Benoit Lavenier", - "pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE" + "host": "g1.duniter.org", + "port": 443 } ], "plugins": { @@ -96,6 +98,10 @@ angular.module("cesium.config", []) "host": "g1.data.presles.fr", "port": 443 }, + { + "host": "g1.data.le-sou.org", + "port": 443 + }, { "host": "g1.data.mithril.re", "port": 443 @@ -111,7 +117,7 @@ angular.module("cesium.config", []) } }, "version": "1.7.0-rc2", - "build": "2023-02-25T14:30:02.502Z", + "build": "2023-02-27T09:01:23.866Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) -- GitLab