From 7c5677f75b61eacdffb9bc999665024474d1e586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:01:31 +0200 Subject: [PATCH 1/3] 0.2.32 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 6bcb080..4a6e1f0 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.31/hydrogen-web-0.2.31.tar.gz -SOURCE_SUM=2003c0f130daa4b737903d180f9bf0103e7298b751e2311530d8e4fbd92d4131 +SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.32/hydrogen-web-0.2.32.tar.gz +SOURCE_SUM=791cc0a98cb8050e8247c9219c602419ea89b264f1fb2534d436d0ee82a3b260 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index b62ba6d..209bc51 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for Matrix", "fr": "Client web pour Matrix" }, - "version": "0.2.31~ynh1", + "version": "0.2.32~ynh1", "url": "https://matrix.org/docs/projects/client/hydrogen", "upstream": { "license": "Apache-2.0", From e7cd50bb939753004f0ecffde10d956b828a248d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 16 Jun 2022 08:01:36 +0000 Subject: [PATCH 2/3] 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 f3cc5b6..f068b90 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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.2.31~ynh1 +**Shipped version:** 0.2.32~ynh1 **Demo:** https://hydrogen.element.io/ diff --git a/README_fr.md b/README_fr.md index 4860772..0d46f3f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,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 -**Version incluse :** 0.2.31~ynh1 +**Version incluse :** 0.2.32~ynh1 **Démo :** https://hydrogen.element.io/ From 7b14a590f1ac96e398059937f6856ecc0796d816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:07:03 +0200 Subject: [PATCH 3/3] Update config.sample.json --- conf/config.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/config.sample.json b/conf/config.sample.json index c68c353..9f38688 100644 --- a/conf/config.sample.json +++ b/conf/config.sample.json @@ -5,8 +5,9 @@ "applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM" }, "defaultHomeServer": "__DEFAULT_SERVER__", + "bugReportEndpointUrl": "https://element.io/bugreports/submit", "themeManifests": [ - "assets/theme-element.json" + "assets/theme-Element.json" ], "defaultTheme": { "light": "element-light",