diff --git a/README.md b/README.md index 1354e32..fce70f5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You may also install both app separatly. This app may also be usable with [Home-Assistant package](https://github.com/YunoHost-Apps/homeassistant_ynh) but I never tested it. -**Shipped version:** 8.6.2~ynh1 +**Shipped version:** 8.6.3~ynh1 ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 6c79cea..1909d9f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # Zwave-JS-UI pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/zwave-js-ui.svg)](https://dash.yunohost.org/appci/app/zwave-js-ui) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/zwave-js-ui.svg)](https://dash.yunohost.org/appci/app/zwave-js-ui) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.maintain.svg) [![Installer Zwave-JS-UI avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zwave-js-ui) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Zwave-JS-UI rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Zwave-JS-UI rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble ### Fonctionnalités @@ -27,7 +27,7 @@ Vous pouvez également installer les deux applications séparément. Cette application fonctionne également peut-être avec [le paquet Home-Assistant](https://github.com/YunoHost-Apps/homeassistant_ynh) mais je ne l'ai jamais testée. -**Version incluse :** 8.6.2~ynh1 +**Version incluse :** 8.6.3~ynh1 ## Avertissements / informations importantes @@ -38,10 +38,10 @@ Pour l'instant, bien que le package fonctionne (installation, désinstallation, Pendant l'installation, la totalité de l'application doit être recompilé en utilisant yarn : cela amène à des temps d'installation très long. Un fichier de swap temporaire sera créé si moins de 2Go de mémoire sont disponibles (RAM + swap): Assurez vous d'avoir suffisament d'espace disque. ## Documentations et ressources -* Site officiel de l'app : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -57,4 +57,4 @@ ou sudo yunohost app upgrade zwave-js-ui -u https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 7692c62..387f150 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.6.2 -SOURCE_SUM=dd36cd1fcd63f3b3b8198c97f6fbf95e99dad9f9474058c4091f9716405068f2 +SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.6.3 +SOURCE_SUM=179bdb13e58dd62f3119083f0396e94c9a39d5b034724e03c05f74747b23e767 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c9fa70e..0379f77 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz", "fr": "Panneau de controle Z-Wave et MQTT intégré avec Domoticz" }, - "version": "8.6.2~ynh1", + "version": "8.6.3~ynh1", "url": "https://github.com/zwave-js/zwave-js-ui", "upstream": { "license": "MIT",