diff --git a/doc/changelog/changelog_v1.7.0.md b/doc/changelog/changelog_v1.7.0.md new file mode 100644 index 0000000000000000000000000000000000000000..3b97153395a41f7980658dbf1328c727ea21264a --- /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 9492125deb991a9db67e99f6c54586628dadefbc..e89a7b1fc9b561d447f32e0cfdb9f251b876af36 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" })