From 5d59ca44ebd381b13c34be80557c81985fb35f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:26:46 +0200 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8351422..bdb60e8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://hydrogen.element.io/" code = "https://github.com/vector-im/hydrogen-web" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -28,7 +28,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.default_server] ask.en = "Choose a default server" From ce2a888cd9f4029bdd15311be7c3236c5e9a56b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 20 Aug 2023 18:24:51 +0200 Subject: [PATCH 2/3] fix --- doc/DESCRIPTION_fr.md | 8 ++++++++ manifest.toml | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..fbf5eed --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,8 @@ +Un client de chat Matrix minimal, axé sur les performances, les fonctionnalités hors ligne et la prise en charge étendue du navigateur. C'est un travail en cours et pas encore prêt pour les heures de grande écoute. + +### Caractéristiques + +- Fonctionne sur les ordinateurs de bureau ainsi que sur les navigateurs mobiles +- Les composants de l'interface utilisateur peuvent être facilement utilisés isolément +- Il s'agit d'une application Web autonome, mais elle peut également être facilement intégrée à un site Web/une application Web existante pour ajouter des fonctionnalités de chat. +- Le chargement de parties (inutilisées) de l'application après le chargement initial de la page doit être pris en charge \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index bdb60e8..f70b7e4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Hydrogen" description.en = "Web client for Matrix" description.fr = "Client web pour Matrix" -version = "0.3.7~ynh2" +version = "0.4.0~ynh1" maintainers = ["eric_G"] @@ -45,8 +45,9 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/hydrogen-web/releases/download/v0.3.7/hydrogen-web-0.3.7.tar.gz" - sha256 = "9a00efba9d839c96cd2f05e7bf597acb5e51e50560c56ce6e72a58a5019b376b" + url = "https://github.com/vector-im/hydrogen-web/releases/download/v0.4.0/hydrogen-web-0.4.0.tar.gz" + sha256 = "f9fbc4a03446dd9c41b88dfbf0f93239e5ee524516751b909325d7c617b7dbfa" + autoupdate.strategy = "latest_github_tag" [resources.ports] From 34dd46e3cd02f97ee35593b7d3db5911528b753c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 20 Aug 2023 16:24:55 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1e6a9eb..950d910 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A minimal Matrix chat client, focused on performance, offline functionality, and - Loading (unused) parts of the application after initial page load should be supported -**Shipped version:** 0.3.7~ynh2 +**Shipped version:** 0.4.0~ynh1 **Demo:** https://hydrogen.element.io/ diff --git a/README_fr.md b/README_fr.md index 20d29e3..d410498 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,17 +16,16 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -A minimal Matrix chat client, focused on performance, offline functionality, and broad browser support. This is work in progress and not yet ready for primetime. +Un client de chat Matrix minimal, axé sur les performances, les fonctionnalités hors ligne et la prise en charge étendue du navigateur. C'est un travail en cours et pas encore prêt pour les heures de grande écoute. -### Features +### Caractéristiques -- Work well on desktop as well as mobile browsers -- UI components can be easily used in isolation -- It is a standalone webapp, but can also be easily embedded into an existing website/webapp to add chat capabilities. -- Loading (unused) parts of the application after initial page load should be supported +- Fonctionne sur les ordinateurs de bureau ainsi que sur les navigateurs mobiles +- Les composants de l'interface utilisateur peuvent être facilement utilisés isolément +- Il s'agit d'une application Web autonome, mais elle peut également être facilement intégrée à un site Web/une application Web existante pour ajouter des fonctionnalités de chat. +- Le chargement de parties (inutilisées) de l'application après le chargement initial de la page doit être pris en charge - -**Version incluse :** 0.3.7~ynh2 +**Version incluse :** 0.4.0~ynh1 **Démo :** https://hydrogen.element.io/