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

Add changelog v1.7.0

parent 09665010
Branches
No related tags found
No related merge requests found
# 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
...@@ -12,10 +12,10 @@ angular.module("cesium.config", []) ...@@ -12,10 +12,10 @@ angular.module("cesium.config", [])
"cacheTimeMs": 300000, "cacheTimeMs": 300000,
"demo": false, "demo": false,
"readonly": false, "readonly": false,
"fallbackLanguage": "en", "fallbackLanguage": "fr",
"rememberMe": true, "rememberMe": true,
"showUDHistory": true, "showUDHistory": true,
"timeout": 40000, "timeout": 300000,
"timeWarningExpireMembership": 5184000, "timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000, "timeWarningExpire": 7776000,
"keepAuthIdle": 600, "keepAuthIdle": 600,
...@@ -74,14 +74,16 @@ angular.module("cesium.config", []) ...@@ -74,14 +74,16 @@ angular.module("cesium.config", [])
"port": 443 "port": 443
}, },
{ {
"host": "g1.duniter.org", "host": "g1.le-sou.org",
"port": 443 "port": 443
} },
], {
"developers": [ "host": "duniter.normandie-libre.fr",
"port": 443
},
{ {
"name": "Benoit Lavenier", "host": "g1.duniter.org",
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE" "port": 443
} }
], ],
"plugins": { "plugins": {
...@@ -96,6 +98,10 @@ angular.module("cesium.config", []) ...@@ -96,6 +98,10 @@ angular.module("cesium.config", [])
"host": "g1.data.presles.fr", "host": "g1.data.presles.fr",
"port": 443 "port": 443
}, },
{
"host": "g1.data.le-sou.org",
"port": 443
},
{ {
"host": "g1.data.mithril.re", "host": "g1.data.mithril.re",
"port": 443 "port": 443
...@@ -111,7 +117,7 @@ angular.module("cesium.config", []) ...@@ -111,7 +117,7 @@ angular.module("cesium.config", [])
} }
}, },
"version": "1.7.0-rc2", "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" "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment