Update whoogle-search to v0.9.0 (#1570)

This commit is contained in:
Nathan Fretz 2024-10-03 11:23:16 +10:00 committed by GitHub
parent 9e1076ac2e
commit 6b07dd02e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 17 deletions

View File

@ -7,10 +7,10 @@ services:
APP_PORT: 6420
web:
image: benbusby/whoogle-search:0.8.4@sha256:222ea6ed103bf7a5bdff06b1042ef96725dd70a7d92108f769e782f2e7808218
image: benbusby/whoogle-search:0.9.0@sha256:2c87cc33ebbd1091f34e3dddd0a4e016ad1680d840945a80f4f410b4354779aa
restart: on-failure
stop_grace_period: 1m
init: true
user: "927:927"
environment:
EXPOSE_PORT: 6420
EXPOSE_PORT: 6420

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: whoogle-search
category: networking
name: Whoogle Search
version: "0.8.4"
version: "0.9.0"
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
description: >-
Get Google search results, but without any ads, javascript, AMP links,
@ -67,19 +67,16 @@ gallery:
path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
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.4
releaseNotes: >-
This update includes several improvements and new features:
- Custom bangs for quick searches
- "Feeling Lucky" functionality has been fixed
- Improved error handling and query extraction
- Stack Overflow added as a default site alternative
- Various security updates and dependency upgrades
Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.9.0
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/117