From b740f7b4ca0671ad032adecaedbb6ee70caa6a31 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 16 Feb 2024 17:10:42 +0100 Subject: [PATCH 1/3] Upgrade to v0.11.12 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b0975d3b..80c17e0c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Pixelfed" description.en = "ActivityPub Federated Image Sharing" description.fr = "Logiciel de partage d'image fédéré via ActivityPub" -version = "0.11.11~ynh1" +version = "0.11.12~ynh1" maintainers = ["yalh76", "Lapineige"] @@ -36,8 +36,8 @@ ram.runtime = "100M" [resources] [resources.sources.main] - url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.11.tar.gz" - sha256 = "01bb56f0b2f888788d9cbf96809ce9f38b09be8e925036c7df8eb0236d1c3be6" + url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.12.tar.gz" + sha256 = "4c147a94762af5737c2e408cfe555a29dd3074a7915079931445136b8acadcb0" autoupdate.strategy = "latest_github_tag" [resources.system_user] From e2c2f3be2fb84e4b58c7b072cfed8bcf8acef68b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 16 Feb 2024 16:10:47 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 6 +++--- README_fr.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0cf2cf1f..6deb2df7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -25,7 +25,7 @@ In addition to taking over the functionality of Instagram, the functioning of Pi It is also possible to import your data from Instagram. -**Shipped version:** 0.11.11~ynh1 +**Shipped version:** 0.11.12~ynh1 ## Screenshots @@ -52,4 +52,4 @@ or sudo yunohost app upgrade pixelfed -u https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 7877d13e..3f102277 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -26,7 +26,7 @@ En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de Pixe Il est également possible d'importer ses données depuis Instagram. -**Version incluse :** 0.11.11~ynh1 +**Version incluse :** 0.11.12~ynh1 ## Captures d’écran From d5eab05ab8f67cb5493c62e3ac91ddd58932b88d Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 16 Feb 2024 17:26:53 +0100 Subject: [PATCH 3/3] Remove the upgrade warning by default --- conf/.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/.env b/conf/.env index 0acef299..13d68f92 100644 --- a/conf/.env +++ b/conf/.env @@ -146,3 +146,7 @@ SESSION_DRIVER=redis MEDIA_HLS_ENABLED=true MEDIA_HLS_P2P=true MEDIA_HLS_BITRATE=2000 # average quality and limited storage use + +## Remove the "upgrade needed" warning +# comment this if you (as an admin user) want to have a permanent reminder of an available update (upstream, not necessarily in Yunohost !) +INSTANCE_SOFTWARE_UPDATE_DISABLE_FAILED_WARNING=true