From 000e1937e767d17e67effbec4f9858cd433715e1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:00:55 +0000 Subject: [PATCH 01/10] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1eec10..70f7e32 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index ec4ab6b..79030ff 100644 --- a/README_fr.md +++ b/README_fr.md @@ -39,7 +39,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From f82a8f21feaea1fb416ee2b51ad78b3df46f71b7 Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:42:45 +0100 Subject: [PATCH 02/10] update hash --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e7c8b5d..c77d37a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ # nodejs version nodejs_version=18 -version_commit=3fe80f58fd7aa55dd299af2864060445e963e415 +version_commit=d546fef71ce95b561017bad466ee0294987a5383 #================================================= # PERSONAL HELPERS From 0fa78281bbbbd8259b458501df79a4ec40dbeca7 Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:45:17 +0100 Subject: [PATCH 03/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f7e32..8420445 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d - Ephemeral - Decentralized -**Shipped version:** 1.0~ynh9 +**Shipped version:** 1.0~ynh10 **Demo:** https://chitchatter.im/ From 8447d9ca1a040b2044d3f63e0c0316566313fb8f Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:45:42 +0100 Subject: [PATCH 04/10] Update README_fr.md --- README_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index 79030ff..3cfe5a8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe - Éphémère - Décentralisé -**Version incluse :** 1.0~ynh9 +**Version incluse :** 1.0~ynh10 **Démo :** https://chitchatter.im/ @@ -54,4 +54,4 @@ ou sudo yunohost app upgrade chitchatter -u https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** From 129aed9d590337d1c96c6e2637551ec447350b1c Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:46:35 +0100 Subject: [PATCH 05/10] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index fedc534..a17e2f7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Chitchatter" description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral" description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère" -version = "1.0~ynh9" +version = "1.0~ynh10" maintainers = ["eric_G"] From 965a77d8606c37ab80d1a70dea75704995cbf4c6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Jan 2024 08:13:19 +0000 Subject: [PATCH 06/10] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 3cfe5a8..0812866 100644 --- a/README_fr.md +++ b/README_fr.md @@ -54,4 +54,4 @@ ou sudo yunohost app upgrade chitchatter -u https://github.com/YunoHost-Apps/chitchatter_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 From eb1476ccd5b37d3ce54f3c8376375178cb1715b2 Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Sun, 18 Feb 2024 08:46:16 +0100 Subject: [PATCH 07/10] new update --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c77d37a..b403ad5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ # nodejs version nodejs_version=18 -version_commit=d546fef71ce95b561017bad466ee0294987a5383 +version_commit=94a4b2fb2e2ffad7b2fb04a78257a6dac4e7095a #================================================= # PERSONAL HELPERS From 2b36043d30e558cc4eb489d573ff7e8677b80a51 Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Sun, 18 Feb 2024 08:47:08 +0100 Subject: [PATCH 08/10] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a17e2f7..fee75bc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Chitchatter" description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral" description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère" -version = "1.0~ynh10" +version = "1.0~ynh10.1" maintainers = ["eric_G"] From feb7c1cbf7f4ebf6ec6f1f42e39f931033a4e1d8 Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Sun, 18 Feb 2024 08:47:35 +0100 Subject: [PATCH 09/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8420445..5827fa2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d - Ephemeral - Decentralized -**Shipped version:** 1.0~ynh10 +**Shipped version:** 1.0~ynh10.1 **Demo:** https://chitchatter.im/ From 39b78b1ac7cc875be784fd3e48ed5082ef548688 Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Sun, 18 Feb 2024 08:47:58 +0100 Subject: [PATCH 10/10] Update README_fr.md --- README_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index 0812866..750fa40 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe - Éphémère - Décentralisé -**Version incluse :** 1.0~ynh10 +**Version incluse :** 1.0~ynh10.1 **Démo :** https://chitchatter.im/ @@ -54,4 +54,4 @@ ou sudo yunohost app upgrade chitchatter -u https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :**