Skip to content

Commit 1778e2d

Browse files
committed
v1.7.7
1 parent 5cfe4f0 commit 1778e2d

File tree

6 files changed

+64
-31
lines changed

6 files changed

+64
-31
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="107060" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.6" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="107070" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.7.7" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Cesium</name>
44
<description>
55
An simple App for Duniter wallet

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
1515
fi
1616

1717
latest_version() {
18-
echo "v1.7.6" #lastest
18+
echo "v1.7.7" #lastest
1919
}
2020

2121
api_release_url() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.7.6",
3+
"version": "1.7.7",
44
"description": "Cesium Wallet for G1 libre currency",
55
"author": "Benoit Lavenier <[email protected]>",
66
"license": "AGPL-3.0",

resources/web-ext/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cesium",
33
"short_name": "Cesium",
4-
"version": "1.7.6",
4+
"version": "1.7.7",
55
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
66
"background": {
77
"scripts": ["background.js"]

www/js/config.js

Lines changed: 59 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,46 +29,79 @@ angular.module("cesium.config", [])
2929
"enable": true,
3030
"installDocUrl": {
3131
"fr-FR": "https://duniter.fr/wiki/doc/installer/",
32-
"en": "https://duniter.org/en/wiki/duniter/install/"
32+
"en": "https://duniter.org/wiki/doc/install/"
3333
}
3434
},
3535
"license": {
36-
"en": "license/license_g1-en",
37-
"fr-FR": "license/license_g1-fr-FR",
38-
"es-ES": "license/license_g1-es-ES",
3936
"ca": "license/license_g1-ca",
37+
"de-DE": "license/license_g1-de-DE",
38+
"en": "license/license_g1-en",
39+
"en-GB": "license/license_g1-en",
4040
"eo-EO": "license/license_g1-eo-EO",
41-
"pt-PT": "license/license_g1-pt-PT",
41+
"es-ES": "license/license_g1-es-ES",
42+
"fr-FR": "license/license_g1-fr-FR",
4243
"it-IT": "license/license_g1-it-IT",
43-
"de-DE": "license/license_g1-de-DE"
44+
"pt-PT": "license/license_g1-pt-PT"
4445
},
4546
"feed": {
46-
"jsonFeed": {
47-
"ca": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-ca.json",
48-
"de-DE": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-de-DE.json",
49-
"en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json",
50-
"en-GB": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en-GB.json",
51-
"eo-EO": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-eo-EO.json",
52-
"es-ES": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-es-ES.json",
53-
"fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr-FR.json",
54-
"it-IT": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-it-IT.json",
55-
"nl-NL": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-nl-NL.json",
56-
"pt-PT": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-pt-PT.json"
47+
"jsonFeed": {
48+
"ca": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-ca.json",
49+
"de-DE": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-de-DE.json",
50+
"en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json",
51+
"en-GB": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en-GB.json",
52+
"eo-EO": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-eo-EO.json",
53+
"es-ES": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-es-ES.json",
54+
"fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr-FR.json",
55+
"it-IT": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-it-IT.json",
56+
"nl-NL": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-nl-NL.json",
57+
"pt-PT": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-pt-PT.json"
5758
},
5859
"maxContentLength": 1300,
59-
"maxAgeInMonths": -1,
60-
"maxCount": 3
60+
"maxAgeInMonths": 3,
61+
"maxCount": 3
6162
},
6263
"fallbackNodes": [
63-
{
64-
"host": "g1.e-is.pro",
65-
"port": 443
66-
}
64+
{
65+
"host": "g1.e-is.pro",
66+
"port": 443
67+
},
68+
{
69+
"host": "vit.fdn.org",
70+
"port": 443
71+
},
72+
{
73+
"host": "g1.cgeek.fr",
74+
"port": 443
75+
},
76+
{
77+
"host": "g1.mithril.re",
78+
"port": 443
79+
},
80+
{
81+
"host": "g1.duniter.org",
82+
"port": 443
83+
},
84+
{
85+
"host": "g1.le-sou.org",
86+
"port": 443
87+
}
6788
],
6889
"developers": [
6990
{
7091
"name": "Benoit Lavenier",
7192
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
93+
},
94+
{
95+
"name": "Cédric Moreau",
96+
"pubkey": "2ny7YAdmzReQxAayyJZsyVYwYhVyax2thKcGknmQy5nQ"
97+
},
98+
{
99+
"name": "Kapis",
100+
"pubkey": "24jaf8XhYZyDyUb7hMcy5qsanaHBC11AwPefcCQRBQNA"
101+
},
102+
{
103+
"name": "Matograine",
104+
"pubkey": "CmFKubyqbmJWbhyH2eEPVSSs4H4NeXGDfrETzEnRFtPd"
72105
}
73106
],
74107
"plugins": {
@@ -113,9 +146,9 @@ angular.module("cesium.config", [])
113146
"defaultCountry": "France"
114147
}
115148
},
116-
"version": "1.7.6",
117-
"build": "2023-08-02T14:54:32.661Z",
149+
"version": "1.7.7",
150+
"build": "2023-08-14T16:19:15.798Z",
118151
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
119152
})
120153

121-
;
154+
;

www/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"short_name": "Cesium",
33
"name": "Cesium",
44
"manifest_version": 1,
5-
"version": "1.7.6",
5+
"version": "1.7.7",
66
"default_locale": "fr",
77
"description": "Cesium Wallet for Ğ1 libre currency",
88
"icons": [

0 commit comments

Comments
 (0)