Bump version

This commit is contained in:
Dante 2024-02-28 19:23:19 +00:00
parent f0e75c5d27
commit 254c671780
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
A puppeting bridge between Matrix and Telegram packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Telegram user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Telegram room, so only someone with a Telegram account can participate to Telegram group conversations. The ["Mautrix-Telegram"](https://docs.mau.fi/bridges/python/telegram/index.html) bridge is a Synapse App Service and relies on postgresql. Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand. A puppeting bridge between Matrix and Telegram packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Telegram user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Telegram room, so only someone with a Telegram account can participate to Telegram group conversations. The ["Mautrix-Telegram"](https://docs.mau.fi/bridges/python/telegram/index.html) bridge is a Synapse App Service and relies on postgresql. Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand.
**Shipped version:** 0.15.1~ynh1 **Shipped version:** 0.15.1~ynh2
## Documentation and resources ## Documentation and resources
* Official app website: <https://docs.mau.fi/bridges/python/telegram/index.html> * Official app website: <https://docs.mau.fi/bridges/python/telegram/index.html>

View file

@ -22,7 +22,7 @@ La passerelle ["Mautrix-Telegram"](https://docs.mau.fi/bridges/python/telegram/i
** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_telegram en même temps!** ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_telegram en même temps!**
**Version incluse :** 0.15.1~ynh1 **Version incluse :** 0.15.1~ynh2
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://docs.mau.fi/bridges/python/telegram/index.html> * Site officiel de lapp : <https://docs.mau.fi/bridges/python/telegram/index.html>

View file

@ -3,7 +3,7 @@ id = "mautrix_telegram"
name = "Matrix-Telegram bridge" name = "Matrix-Telegram bridge"
description.en = "Telegram puppeting bridge for Matrix/Synapse" description.en = "Telegram puppeting bridge for Matrix/Synapse"
description.fr = "Passerelle Telegram pour Matrix/Synapse" description.fr = "Passerelle Telegram pour Matrix/Synapse"
version = "0.15.1~ynh1" version = "0.15.1~ynh2"
maintainers = ["thardev"] maintainers = ["thardev"]
[upstream] [upstream]