From 40c16d3c8898196c6e1a43e8f0af70c052dd41f6 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Thu, 24 Mar 2022 00:15:40 +0100 Subject: [PATCH] upgrade to 0.2.3 (#44) * Update app.src * Update config.yaml * Update manifest.json * Auto-update README Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- conf/config.yaml | 4 ++-- manifest.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4145e34..3bc2586 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Matrix / Synapse puppeting bridge for Signal -**Shipped version:** 0.2.2~ynh1 +**Shipped version:** 0.2.3~ynh1 diff --git a/README_fr.md b/README_fr.md index 62f1d38..bd2ea5b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Passerelle Matrix / Synapse pour Signal -**Version incluse :** 0.2.2~ynh1 +**Version incluse :** 0.2.3~ynh1 diff --git a/conf/app.src b/conf/app.src index cf2c1fd..88d88ae 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://mau.dev/mautrix/signal/-/archive/v0.2.2/signal-v0.2.2.tar.gz -SOURCE_SUM=204b82c8540f782c0e060d95949ff7d525f2deca93154a92420fa28474beef3a +SOURCE_URL=https://mau.dev/mautrix/signal/-/archive/v0.2.3/signal-v0.2.3.tar.gz +SOURCE_SUM=a03aada5162e7524cdb21a750fd041a1128551065cb6302b1a0275bb75d380be SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.yaml b/conf/config.yaml index 3e272d8..85a2416 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -198,7 +198,7 @@ bridge: # Whether or not the provisioning API should be enabled. enabled: false # The prefix to use in the provisioning API endpoints. - prefix: /_matrix/provision/v1 + prefix: /_matrix/provision # The shared secret to authorize users of the API. # Set to "generate" to generate and save a new token. shared_secret: generate @@ -214,7 +214,7 @@ bridge: # Sent when joining a management room and the user is already logged in. welcome_connected: "Use `help` for help." # Sent when joining a management room and the user is not logged in. - welcome_unconnected: "Use `help` for help or `register` to log in." + welcome_unconnected: "Use `help` for help or `link` to log in." # Optional extra text sent when joining a management room. additional_help: "" diff --git a/manifest.json b/manifest.json index 2437d5f..8ab095c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Matrix / Synapse puppeting bridge for Signal", "fr": "Passerelle Matrix / Synapse pour Signal" }, - "version": "0.2.2~ynh1", + "version": "0.2.3~ynh1", "url": "https://github.com/mautrix/signal", "license": "AGPL-3.0-or-later", "maintainer": {