diff --git a/README.md b/README.md index 2cf45d2..69bead3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption. -**Shipped version:** 1.11.38~ynh1 +**Shipped version:** 1.11.39~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index b629632..f3d156c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut. -**Version incluse :** 1.11.38~ynh1 +**Version incluse :** 1.11.39~ynh1 **Démo :** https://app.element.io/ diff --git a/conf/config.json b/conf/config.json index d61641b..7001039 100644 --- a/conf/config.json +++ b/conf/config.json @@ -10,8 +10,8 @@ "brand": "Element", "integrations_ui_url": "https://scalar.vector.im/", "integrations_rest_url": "https://scalar.vector.im/api", - "showLabsSettings": false, - "roomDirectory": { + "show_labs_settings": false, + "room_directory": { "servers": ["matrix.org"] }, "enable_presence_by_hs_url": { diff --git a/manifest.toml b/manifest.toml index c94208c..a9753ff 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Element" description.en = "Web client for Matrix" description.fr = "Client web pour Matrix" -version = "1.11.38~ynh1" +version = "1.11.39~ynh1" maintainers = ["Josué Tille"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/releases/download/v1.11.38/element-v1.11.38.tar.gz" - sha256 = "550215d635db0b04ffcf72079f100be007af5d5c98ebc6fcaed47101f6238494" + url = "https://github.com/vector-im/element-web/releases/download/v1.11.39/element-v1.11.39.tar.gz" + sha256 = "348843299d8ce535d3ff03ef643f7648cdae4cd1ca9280771c84d92084f23b4a" autoupdate.strategy = "latest_github_tag" [resources.system_user]