From 57245f827fcd2ef541f1a2f83cfbc89004a391b0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 21 May 2024 03:43:11 +0200 Subject: [PATCH 1/3] Upgrade to v0.14.0 https://codeberg.org/readeck/readeck/releases/tag/0.14.0 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 36930dd..8fabc3d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Readeck" description.en = "Bookmark manager and a read later tool" description.fr = "Gestionnaire de favoris et outil de lecture ultérieure" -version = "0.13.2~ynh1" +version = "0.14.0~ynh1" maintainers = ["eric_G"] @@ -43,12 +43,12 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://codeberg.org/readeck/readeck/releases/download/0.13.2/readeck-0.13.2-linux-amd64" - amd64.sha256 = "3183f29748f888a6a4aa56e3c7f526ac9a0cd729a1e3f8d0f1c159d931348299" - arm64.url = "https://codeberg.org/readeck/readeck/releases/download/0.13.2/readeck-0.13.2-linux-arm64" - arm64.sha256 = "fc36160dbea103dc3fd05effc851e491c2c68d49ed6be93886eb7b93bc1869e4" - armhf.url = "https://codeberg.org/readeck/readeck/releases/download/0.13.2/readeck-0.13.2-linux-arm-6" - armhf.sha256 = "2a53bdb637e745407583ca49b5a2b827ab62883318d5753e8fca5886116a14fa" + amd64.url = "https://codeberg.org/readeck/readeck/releases/download/0.14.0/readeck-0.14.0-linux-amd64" + amd64.sha256 = "52159bd5d75786cab6c2b23087297e68bd90d0969cadc35009382abe5d15f8c3" + arm64.url = "https://codeberg.org/readeck/readeck/releases/download/0.14.0/readeck-0.14.0-linux-arm64" + arm64.sha256 = "9e8768bbfffdab07277e459e314b87818eb2c0f14648ecb2e9242baf332d5f2b" + armhf.url = "https://codeberg.org/readeck/readeck/releases/download/0.14.0/readeck-0.14.0-linux-arm-6" + armhf.sha256 = "e766557365ccbc494119a8e2c943f1a1f115561a4d38201bfae2cb7f441d0663" rename = "readeck" autoupdate.strategy = "latest_forgejo_release" From 2094f8f6fe032c82d84b6b1ea5a7002611fbafcf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 21 May 2024 01:43:13 +0000 Subject: [PATCH 2/3] Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index 638b904..f947aa3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. -**Shipped version:** 0.13.2~ynh1 +**Shipped version:** 0.14.0~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..f707a7a --- /dev/null +++ b/README_es.md @@ -0,0 +1,47 @@ + + +# Readeck para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/readeck.svg)](https://dash.yunohost.org/appci/app/readeck) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/readeck.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/readeck.maintain.svg) + +[![Instalar Readeck con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=readeck) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarReadeck rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. + +**Versión actual:** 0.14.0~ynh1 + +## Capturas + +![Captura de Readeck](./doc/screenshots/dark.webp) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/readeck_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug +o +sudo yunohost app upgrade readeck -u https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 47e68fa..54d9b18 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. -**Paketatutako bertsioa:** 0.13.2~ynh1 +**Paketatutako bertsioa:** 0.14.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 6a02fc3..55ce73d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Readeck est une application Web simple qui vous permet de sauvegarder le précieux contenu lisible des pages Web que vous aimez et que vous souhaitez conserver pour toujours. -**Version incluse :** 0.13.2~ynh1 +**Version incluse :** 0.14.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index b02a982..377e115 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. -**Versión proporcionada:** 0.13.2~ynh1 +**Versión proporcionada:** 0.14.0~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index e3266cd..3890d99 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. -**分发版本:** 0.13.2~ynh1 +**分发版本:** 0.14.0~ynh1 ## 截图 From 29f530a2c6cff043c42b07ec555a2261b6f14f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 21 May 2024 11:03:58 +0200 Subject: [PATCH 3/3] Update change_url --- scripts/change_url | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 7e56cec..318ac92 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -9,6 +9,8 @@ source _common.sh source /usr/share/yunohost/helpers +key=$(ynh_string_random --length=50) + #================================================= # STANDARD MODIFICATIONS #=================================================