From fb15ae47d295f021f0a805a4f0e869237e6adecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:26:10 +0200 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 26d1791..de9c4ee 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,7 +39,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["de-de", "en-us", "es-es", "fr-fr", "it-it", "pt-pt", "zh-hans"] default = "fr-fr" From 6d6a649a9744424cae2e6c6e279bfbbbea1f9a6b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 3 Oct 2023 06:15:20 +0200 Subject: [PATCH 2/3] Upgrade to v0.6.6 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index de9c4ee..3962534 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookWyrm" description.en = "Platform for social reading" description.fr = "Plateforme de lecture sociale" -version = "0.6.5~ynh1" +version = "0.6.6~ynh1" maintainers = ["oufmilo"] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.5.tar.gz" - sha256 = "3d3be2e417ef53bfce2dc7e6619f6e8b8398da8dc5823b8f83c4af10d64562fa" + url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.6.tar.gz" + sha256 = "e19b802e5ebcbaeb979f174f8f7fbd23690acee9000468a48016118257df5939" autoupdate.strategy = "latest_github_tag" From e9451ac3abd0a307603b5901b4481f03dc516256 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 3 Oct 2023 04:15:23 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c59ab1..ceab4eb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Shipped version:** 0.6.5~ynh1 +**Shipped version:** 0.6.6~ynh1 **Demo:** https://joinbookwyrm.com/fr/ @@ -32,7 +32,6 @@ BookWyrm is a social network for tracking your reading, talking about books, wri * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index d4afcc2..ecc7061 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite. -**Version incluse :** 0.6.5~ynh1 +**Version incluse :** 0.6.6~ynh1 **Démo :** https://joinbookwyrm.com/fr/ @@ -32,7 +32,6 @@ BookWyrm est un réseau social pour garder la trace de vos lectures, parler de l * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs