diff --git a/config.xml b/config.xml index 37501b91056c93a05dcedce6b6b38ce27e50bdb0..01cbc22d164f827eae1a734e8f04d198b329ea37 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<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"> +<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"> <name>Cesium</name> <description> An simple App for Duniter wallet diff --git a/install.sh b/install.sh index 3d59543148fac18a2e386da813f925b494c133ec..00058cbc75a802456f4a95e0f84d0363c28ca833 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v1.7.6" #lastest + echo "v1.7.7" #lastest } api_release_url() { diff --git a/package.json b/package.json index 356ca61bfff6d5820c2ba9d03a3264fc1c35b8f4..c171de4553751d51c43320a4d31f39a51fef189e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.7.6", + "version": "1.7.7", "description": "Cesium Wallet for G1 libre currency", "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", "license": "AGPL-3.0", diff --git a/resources/web-ext/manifest.json b/resources/web-ext/manifest.json index 22a229737b6ad0f2c64490e70547d244687c4e62..12870db41f18824702dca580b2411150bf4c69c8 100644 --- a/resources/web-ext/manifest.json +++ b/resources/web-ext/manifest.json @@ -1,7 +1,7 @@ { "name": "Cesium", "short_name": "Cesium", - "version": "1.7.6", + "version": "1.7.7", "description": "Manage your Duniter Wallet on a libre currency, like Ğ1", "background": { "scripts": ["background.js"] diff --git a/www/js/config.js b/www/js/config.js index 3885ccfd55a2a4517fd1b5376977f2839660dc4d..fa96414808666a987d7b142453c6fae53725f04d 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -29,46 +29,79 @@ angular.module("cesium.config", []) "enable": true, "installDocUrl": { "fr-FR": "https://duniter.fr/wiki/doc/installer/", - "en": "https://duniter.org/en/wiki/duniter/install/" + "en": "https://duniter.org/wiki/doc/install/" } }, "license": { - "en": "license/license_g1-en", - "fr-FR": "license/license_g1-fr-FR", - "es-ES": "license/license_g1-es-ES", "ca": "license/license_g1-ca", + "de-DE": "license/license_g1-de-DE", + "en": "license/license_g1-en", + "en-GB": "license/license_g1-en", "eo-EO": "license/license_g1-eo-EO", - "pt-PT": "license/license_g1-pt-PT", + "es-ES": "license/license_g1-es-ES", + "fr-FR": "license/license_g1-fr-FR", "it-IT": "license/license_g1-it-IT", - "de-DE": "license/license_g1-de-DE" + "pt-PT": "license/license_g1-pt-PT" }, "feed": { - "jsonFeed": { - "ca": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-ca.json", - "de-DE": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-de-DE.json", - "en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json", - "en-GB": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en-GB.json", - "eo-EO": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-eo-EO.json", - "es-ES": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-es-ES.json", - "fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr-FR.json", - "it-IT": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-it-IT.json", - "nl-NL": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-nl-NL.json", - "pt-PT": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-pt-PT.json" + "jsonFeed": { + "ca": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-ca.json", + "de-DE": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-de-DE.json", + "en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json", + "en-GB": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en-GB.json", + "eo-EO": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-eo-EO.json", + "es-ES": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-es-ES.json", + "fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr-FR.json", + "it-IT": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-it-IT.json", + "nl-NL": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-nl-NL.json", + "pt-PT": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-pt-PT.json" }, "maxContentLength": 1300, - "maxAgeInMonths": -1, - "maxCount": 3 + "maxAgeInMonths": 3, + "maxCount": 3 }, "fallbackNodes": [ - { - "host": "g1.e-is.pro", - "port": 443 - } + { + "host": "g1.e-is.pro", + "port": 443 + }, + { + "host": "vit.fdn.org", + "port": 443 + }, + { + "host": "g1.cgeek.fr", + "port": 443 + }, + { + "host": "g1.mithril.re", + "port": 443 + }, + { + "host": "g1.duniter.org", + "port": 443 + }, + { + "host": "g1.le-sou.org", + "port": 443 + } ], "developers": [ { "name": "Benoit Lavenier", "pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE" + }, + { + "name": "Cédric Moreau", + "pubkey": "2ny7YAdmzReQxAayyJZsyVYwYhVyax2thKcGknmQy5nQ" + }, + { + "name": "Kapis", + "pubkey": "24jaf8XhYZyDyUb7hMcy5qsanaHBC11AwPefcCQRBQNA" + }, + { + "name": "Matograine", + "pubkey": "CmFKubyqbmJWbhyH2eEPVSSs4H4NeXGDfrETzEnRFtPd" } ], "plugins": { @@ -113,9 +146,9 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "1.7.6", - "build": "2023-08-02T14:54:32.661Z", + "version": "1.7.7", + "build": "2023-08-14T16:19:15.798Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" }) -; +; \ No newline at end of file diff --git a/www/manifest.json b/www/manifest.json index 8e20d433d2f5e91c9ac19b20eebaa9a33082326a..7bc0ed9cad74a755226b4630255b27f7e78eb0bc 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -2,7 +2,7 @@ "short_name": "Cesium", "name": "Cesium", "manifest_version": 1, - "version": "1.7.6", + "version": "1.7.7", "default_locale": "fr", "description": "Cesium Wallet for Ğ1 libre currency", "icons": [