diff --git a/README.md b/README.md index 75837df..07c2d64 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -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.58~ynh1 +**Shipped version:** 1.11.59~ynh1 **Demo:** https://app.element.io/ @@ -30,7 +30,7 @@ Element is a new type of messaging app. You choose where your messages are store * Official app website: * Official admin documentation: -* Upstream app code repository: +* Upstream app code repository: * YunoHost Store: * Report a bug: @@ -46,4 +46,4 @@ or sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index e348a42..eb866ab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -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.58~ynh1 +**Version incluse :** 1.11.59~ynh1 **Démo :** https://app.element.io/ @@ -30,7 +30,7 @@ Element est un nouveau type d'application de messagerie. Vous choisissez où vos * Site officiel de l’app : * Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : +* Dépôt de code officiel de l’app : * YunoHost Store: * Signaler un bug : diff --git a/conf/config.json b/conf/config.json index f1e631e..61479e2 100644 --- a/conf/config.json +++ b/conf/config.json @@ -2,7 +2,7 @@ "default_server_config": { "m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__", - "server_name": "matrix.org" + "server_name": "__DEFAULT_HOME_SERVER__" }, "m.identity_server": { "base_url": "https://vector.im" diff --git a/config_panel.toml b/config_panel.toml index d7f6022..b995904 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -60,8 +60,8 @@ name.fr = "Configuration d'Element" [main.config.default_theme] - ask.en = "Disable custom URL field on login page" - ask.fr = "Déactiver le champ URL personnalisé sur la page login" + ask.en = "Default theme" + ask.fr = "Thème par défault" type = "select" choices = [ "light", "dark" ] diff --git a/manifest.toml b/manifest.toml index 16dfb35..5249d20 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.58~ynh1" +version = "1.11.59~ynh1" maintainers = ["Josué Tille"] @@ -14,7 +14,7 @@ license = "Apache-2.0" website = "https://element.io" demo = "https://app.element.io/" admindoc = "https://element.io/help" -code = "https://github.com/vector-im/element-web/" +code = "https://github.com/element-hq/element-web" cpe = "cpe:2.3:a:matrix:element" [integration] @@ -56,9 +56,10 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/releases/download/v1.11.58/element-v1.11.58.tar.gz" - sha256 = "89bde68e908d73bc08e9b0fa2af5c66ce4dbb764a35b3c80efdc97abb8825fea" - autoupdate.strategy = "latest_github_tag" + url = "https://github.com/element-hq/element-web/releases/download/v1.11.59/element-v1.11.59.tar.gz" + sha256 = "443cabd2c0994b2fb1fc5775f98e3b418b9bafbfdbf75cc1e32842bd30597887" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^element-v.*.tar.gz$" [resources.system_user]