Update whoogle-search to v0.9.3 (#2108)

This commit is contained in:
Nathan Fretz 2025-01-24 20:51:28 +10:00 committed by GitHub
parent 472d096870
commit 351432384c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 12 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 6420
web:
image: benbusby/whoogle-search:0.9.2@sha256:9dbaafaee01119c8c82c518138642e0a017fa2b2fc6ec28cb4a446700693196f
image: benbusby/whoogle-search:0.9.3@sha256:213fe1abf24bd9d9c486022a8513cd11c858da5b4d42e2bdda6772f2664d72d4
restart: on-failure
stop_grace_period: 1m
init: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: whoogle-search
category: networking
name: Whoogle Search
version: "0.9.2"
version: "0.9.3"
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
description: >-
Get Google search results, but without any ads, javascript, AMP links,
@ -68,17 +68,12 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
⚠️ Due to recent Google changes affecting JavaScript-free search results, some layout styling may be temporarily broken. The development team is working on a solution.
This update includes improvements to the user interface and stability:
- Fixed styling issues with the Lynx User Agent
- Improved Kubernetes deployment support
- Various security updates and dependency upgrades
This update includes several improvements:
- Added new user agent options for better compatibility
- Improved search functionality for non-English languages
- Reduced Docker image size for better performance
- Updated DuckDuckGo search parameters
- Various security and stability improvements
Full release notes are found at https://github.com/benbusby/whoogle-search/compare/v0.9.1...v0.9.2
Full release notes are found at https://github.com/benbusby/whoogle-search/compare/v0.9.2...v0.9.3
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/117