From 4faf4951a7981673cc6d4872885424811d005597 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Wed, 15 Nov 2023 09:27:33 +1100 Subject: [PATCH] Update whoogle-search to 0.8.4 (#841) Co-authored-by: nmfretz --- whoogle-search/docker-compose.yml | 2 +- whoogle-search/umbrel-app.yml | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/whoogle-search/docker-compose.yml b/whoogle-search/docker-compose.yml index ea6fd472..0f51aed1 100644 --- a/whoogle-search/docker-compose.yml +++ b/whoogle-search/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 6420 web: - image: benbusby/whoogle-search:0.8.3@sha256:feae9cdeb1aaa76fbc3e36cdfbf084ba02200a5675703f61bb2ddceb0060a13b + image: benbusby/whoogle-search:0.8.4@sha256:222ea6ed103bf7a5bdff06b1042ef96725dd70a7d92108f769e782f2e7808218 restart: on-failure stop_grace_period: 1m init: true diff --git a/whoogle-search/umbrel-app.yml b/whoogle-search/umbrel-app.yml index 0ef75936..7eb8e4c2 100644 --- a/whoogle-search/umbrel-app.yml +++ b/whoogle-search/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: whoogle-search category: networking name: Whoogle Search -version: "0.8.3" +version: "0.8.4" tagline: A self-hosted, ad-free, privacy-respecting metasearch engine description: >- Get Google search results, but without any ads, javascript, AMP links, @@ -68,9 +68,18 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - This update fixes a Cookie Consent bug affecting all EU users. + Minor update: + - Site favicons are now fetched and displayed for each search result + - Audio tags are now interpreted correctly + - Primarily found in word definition cards in the results view + - POST requests now redirected as encrypted GET requests + - This allows navigating back from a result website to the Whoogle search result page without having to confirm form resubmission + - The "GET-only searches" config is still available for anyone who still prefers it + - URLs in element and window endpoints are now validated + - Fixes a potential vulnerability where an element or window endpoint could retrieve file contents from a service hosted on another port + - Valid HTML in result text content is now sanitized to prevent parsing issues - Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.8.3 + Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.8.4 submitter: Jasper submission: https://github.com/getumbrel/umbrel-apps/pull/117 \ No newline at end of file