From 81975464538f74442019d762ffa52f431f768430 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Tue, 2 Apr 2024 03:57:45 +0200 Subject: [PATCH] Upgrade to v1.19.0 (#19) --- ALL_README.md | 1 + README.md | 4 ++-- README_eu.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 2 +- manifest.toml | 6 +++--- 5 files changed, 58 insertions(+), 6 deletions(-) create mode 100644 README_eu.md diff --git a/ALL_README.md b/ALL_README.md index d6e8f9c..3eeb161 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,4 +1,5 @@ # All available README files by language - [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) diff --git a/README.md b/README.md index ab3b0a2..0de8619 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Fluffychat with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluffychat) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Fluffychat quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* @@ -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.18.0~ynh2 +**Shipped version:** 1.19.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..e2c33f6 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,51 @@ + + +# Fluffychat YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/fluffychat.svg)](https://dash.yunohost.org/appci/app/fluffychat) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/fluffychat.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/fluffychat.maintain.svg) + +[![Instalatu Fluffychat YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluffychat) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Fluffychat YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +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. + + +**Paketatutako bertsioa:** 1.19.0~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![Fluffychat(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Erabiltzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug +edo +sudo yunohost app upgrade fluffychat -u https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index 6afc21b..9d3e613 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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.18.0~ynh2 +**Version incluse :** 1.19.0~ynh1 **Démo :** diff --git a/manifest.toml b/manifest.toml index a1be725..23d1d03 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Fluffychat" description.en = "Matrix messenger client" description.fr = "Client de messagerie Matrix" -version = "1.18.0~ynh2" +version = "1.19.0~ynh1" maintainers = [ "OniriCorpe" ] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/krille-chan/fluffychat/releases/download/v1.18.0/fluffychat-web.tar.gz" - sha256 = "0b9fbc74e1098c3df966dd1b689ec16bef5aa3e83cecb7d3f408a5fab6128cf7" + url = "https://github.com/krille-chan/fluffychat/releases/download/v1.19.0/fluffychat-web.tar.gz" + sha256 = "b5083f9932f711f85d9dd778cec359cb603af375abdc20168fd4504e23b54ae9" in_subdir = 2 autoupdate.asset = "fluffychat-web.tar.gz"