mirror of
https://github.com/YunoHost-Apps/fluffychat_ynh.git
synced 2024-09-03 18:36:04 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/fluffychat_ynh into testing
This commit is contained in:
commit
dce98211c0
3 changed files with 7 additions and 7 deletions
|
@ -19,13 +19,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
[FluffyChat](https://fluffychat.im) is an open source, nonprofit and cute [[matrix](https://matrix.org)] client written in [Flutter](https://flutter.dev). The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
|
[FluffyChat](https://fluffychat.im) is an open source, nonprofit and cute [[matrix](https://matrix.org)] client written in [Flutter](https://flutter.dev). The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.16.0~ynh1
|
**Shipped version:** 1.17.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://fluffychat.im/web
|
**Demo:** https://fluffychat.im/web
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![Screenshot of Fluffychat](./doc/screenshots/example.jpg)
|
![Screenshot of Fluffychat](./doc/screenshots/fluffychat.jpg)
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
|
|
|
@ -19,13 +19,13 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
[FluffyChat](https://fluffychat.im) est un client [[matrix](https://matrix.org)] open-source, à but non lucratif et mignon écrit en [Flutter](https://flutter.dev). Le but de cette app est de créer un client d emessagerie instantannée facile d'utilisation, open-source et accessible pour tout le monde.
|
[FluffyChat](https://fluffychat.im) est un client [[matrix](https://matrix.org)] open-source, à but non lucratif et mignon écrit en [Flutter](https://flutter.dev). Le but de cette app est de créer un client d emessagerie instantannée facile d'utilisation, open-source et accessible pour tout le monde.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.16.0~ynh1
|
**Version incluse :** 1.17.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://fluffychat.im/web
|
**Démo :** https://fluffychat.im/web
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
![Capture d’écran de Fluffychat](./doc/screenshots/example.jpg)
|
![Capture d’écran de Fluffychat](./doc/screenshots/fluffychat.jpg)
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Fluffychat"
|
||||||
description.en = "A cute [matrix] client written in Flutter. "
|
description.en = "A cute [matrix] client written in Flutter. "
|
||||||
description.fr = "Un client [matrix] mignon écrit en Flutter."
|
description.fr = "Un client [matrix] mignon écrit en Flutter."
|
||||||
|
|
||||||
version = "1.16.0~ynh1"
|
version = "1.17.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["OniriCorpe"]
|
maintainers = ["OniriCorpe"]
|
||||||
|
|
||||||
|
@ -53,8 +53,8 @@ default = "visitors"
|
||||||
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
||||||
# ynh_setup_source --dest_dir="$install_dir"
|
# ynh_setup_source --dest_dir="$install_dir"
|
||||||
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
||||||
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.16.0/fluffychat-web.tar.gz"
|
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.0/fluffychat-web.tar.gz"
|
||||||
sha256 = "b7852559895d3a4dd2107f5b8f6814b5d8571a720ea2ec4e1174392fd7267bd1"
|
sha256 = "155bcbafd4bd9df34f1f428447a31f74a40953c72b43c0d56e2d7a3977882db0"
|
||||||
in_subdir = 2
|
in_subdir = 2
|
||||||
|
|
||||||
autoupdate.asset = "fluffychat-web.tar.gz"
|
autoupdate.asset = "fluffychat-web.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue