From 8ffc859e071e782f2d452f37836f4714cf86c81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 5 Mar 2023 17:13:39 +0100 Subject: [PATCH 1/4] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 25617e1..c3ba357 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://libreddit.spike.codes/" code = "https://github.com/spikecodes/libreddit" [integration] -yunohost = ">= 11.1.11" +yunohost = ">= 11.1.13" architectures = ["amd64"] multi_instance = true ldap = false From 47ca07aadf605a1ad3a1fcd42551dfbc2f6a9616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 9 Mar 2023 08:28:11 +0100 Subject: [PATCH 2/4] 0.30.0 --- conf/app.src | 4 ++-- manifest.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 3f66bae..2020adc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.29.4/libreddit -SOURCE_SUM=354a9ebdd52eb8dea13134f754506103a3a943ace990240e41ea76febe0ac8c6 +SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.30.0/libreddit +SOURCE_SUM=46f7424d963af88428c7863010c8a20d6c5791b6425495abe6439a4838d65427 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=libreddit diff --git a/manifest.toml b/manifest.toml index c3ba357..2daf991 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Libreddit" description.en = "Libre alternative to Reddit" description.fr = "Alternative libre à Reddit" -version = "0.29.4~ynh1" +version = "0.30.0~ynh1" maintainers = ["eric_G"] From de06b696ac167c22fb17fbf69063b95d54983568 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 9 Mar 2023 07:28:16 +0000 Subject: [PATCH 3/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5394b9..1c3ffda 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr - Strong Content Security Policy prevents browser requests to Reddit -**Shipped version:** 0.29.4~ynh1 +**Shipped version:** 0.30.0~ynh1 **Demo:** https://libreddit.spike.codes/ diff --git a/README_fr.md b/README_fr.md index 73dcbb5..dff62e8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr - Strong Content Security Policy prevents browser requests to Reddit -**Version incluse :** 0.29.4~ynh1 +**Version incluse :** 0.30.0~ynh1 **Démo :** https://libreddit.spike.codes/ From 91509f74295eb1daa3ee980f8670999dc707af64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 9 Mar 2023 08:31:49 +0100 Subject: [PATCH 4/4] Update libreddit.conf --- conf/libreddit.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/libreddit.conf b/conf/libreddit.conf index 616fd38..d112e14 100644 --- a/conf/libreddit.conf +++ b/conf/libreddit.conf @@ -9,3 +9,4 @@ LIBREDDIT_DEFAULT_USE_HLS=on LIBREDDIT_DEFAULT_HIDE_HLS_NOTIFICATION=off LIBREDDIT_DEFAULT_AUTOPLAY_VIDEOS=off LIBREDDIT_DEFAULT_SHOW_NSFW=on +LIBREDDIT_DEFAULT_DISABLE_VISIT_REDDIT_CONFIRMATION=on