mirror of
https://github.com/YunoHost-Apps/fluffychat_ynh.git
synced 2024-09-03 18:36:04 +02:00
Merge pull request #35 from YunoHost-Apps/ci-auto-update-1.22.0
Upgrade to v1.22.0
This commit is contained in:
commit
6f66c37789
10 changed files with 113 additions and 9 deletions
|
@ -5,4 +5,6 @@
|
|||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [Прочитать README на русский](README_ru.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)]
|
|||
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.21.2~ynh1
|
||||
**Shipped version:** 1.22.0~ynh1
|
||||
|
||||
**Demo:** <https://fluffychat.im/web>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)]
|
|||
The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
|
||||
|
||||
|
||||
**Versión actual:** 1.21.2~ynh1
|
||||
**Versión actual:** 1.22.0~ynh1
|
||||
|
||||
**Demo:** <https://fluffychat.im/web>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)]
|
|||
The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 1.21.2~ynh1
|
||||
**Paketatutako bertsioa:** 1.22.0~ynh1
|
||||
|
||||
**Demoa:** <https://fluffychat.im/web>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ FluffyChat est un client [[matrix](https://matrix.org)] open-source, à but non
|
|||
Le but de cette app est de créer un client de messagerie instantannée facile d'utilisation, open-source et accessible pour tout le monde.
|
||||
|
||||
|
||||
**Version incluse :** 1.21.2~ynh1
|
||||
**Version incluse :** 1.22.0~ynh1
|
||||
|
||||
**Démo :** <https://fluffychat.im/web>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)]
|
|||
The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
|
||||
|
||||
|
||||
**Versión proporcionada:** 1.21.2~ynh1
|
||||
**Versión proporcionada:** 1.22.0~ynh1
|
||||
|
||||
**Demo:** <https://fluffychat.im/web>
|
||||
|
||||
|
|
51
README_id.md
Normal file
51
README_id.md
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Fluffychat untuk YunoHost
|
||||
|
||||
[![Tingkat integrasi](https://dash.yunohost.org/integration/fluffychat.svg)](https://ci-apps.yunohost.org/ci/apps/fluffychat/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/fluffychat.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/fluffychat.maintain.svg)
|
||||
|
||||
[![Pasang Fluffychat dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluffychat)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Fluffychat secara cepat dan mudah pada server YunoHost.*
|
||||
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||
|
||||
## Ringkasan
|
||||
|
||||
FluffyChat 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.
|
||||
|
||||
|
||||
**Versi terkirim:** 1.22.0~ynh1
|
||||
|
||||
**Demo:** <https://fluffychat.im/web>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
![Tangkapan Layar pada Fluffychat](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://fluffychat.im/>
|
||||
- Dokumentasi pengguna resmi: <https://github.com/krille-chan/fluffychat/wiki#-user-guides>
|
||||
- Depot kode aplikasi hulu: <https://github.com/krille-chan/fluffychat>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/fluffychat>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/fluffychat_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade fluffychat -u https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
51
README_ru.md
Normal file
51
README_ru.md
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!--
|
||||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||||
-->
|
||||
|
||||
# Fluffychat для YunoHost
|
||||
|
||||
[![Уровень интеграции](https://dash.yunohost.org/integration/fluffychat.svg)](https://ci-apps.yunohost.org/ci/apps/fluffychat/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/fluffychat.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/fluffychat.maintain.svg)
|
||||
|
||||
[![Установите Fluffychat с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluffychat)
|
||||
|
||||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||||
|
||||
> *Этот пакет позволяет Вам установить Fluffychat быстро и просто на YunoHost-сервер.*
|
||||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||||
|
||||
## Обзор
|
||||
|
||||
FluffyChat 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.
|
||||
|
||||
|
||||
**Поставляемая версия:** 1.22.0~ynh1
|
||||
|
||||
**Демо-версия:** <https://fluffychat.im/web>
|
||||
|
||||
## Снимки экрана
|
||||
|
||||
![Снимок экрана Fluffychat](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Документация и ресурсы
|
||||
|
||||
- Официальный веб-сайт приложения: <https://fluffychat.im/>
|
||||
- Официальная документация пользователя: <https://github.com/krille-chan/fluffychat/wiki#-user-guides>
|
||||
- Репозиторий кода главной ветки приложения: <https://github.com/krille-chan/fluffychat>
|
||||
- Магазин YunoHost: <https://apps.yunohost.org/app/fluffychat>
|
||||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/fluffychat_ynh/issues>
|
||||
|
||||
## Информация для разработчиков
|
||||
|
||||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing).
|
||||
|
||||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug
|
||||
или
|
||||
sudo yunohost app upgrade fluffychat -u https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|
|
@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)]
|
|||
The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
|
||||
|
||||
|
||||
**分发版本:** 1.21.2~ynh1
|
||||
**分发版本:** 1.22.0~ynh1
|
||||
|
||||
**演示:** <https://fluffychat.im/web>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ description.gl = "Cliente para mensaxería Matrix"
|
|||
description.ca = "Client de missatgeria Matrix"
|
||||
description.fr = "Client de messagerie Matrix"
|
||||
|
||||
version = "1.21.2~ynh1"
|
||||
version = "1.22.0~ynh1"
|
||||
|
||||
maintainers = [ "OniriCorpe" ]
|
||||
|
||||
|
@ -63,8 +63,8 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.21.2/fluffychat-web.tar.gz"
|
||||
sha256 = "2b0d93151829e48df3793d950fec162e2af17964c55f7b19a36131db94626c46"
|
||||
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.22.0/fluffychat-web.tar.gz"
|
||||
sha256 = "e63d21cc7dcfd1d7f3a178938a5498cedba52e04192964265625187f5b8f920f"
|
||||
in_subdir = 2
|
||||
|
||||
autoupdate.asset = "fluffychat-web.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue