Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update whoogle-search to version v0.9.3 #2108

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion whoogle-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 6 additions & 11 deletions whoogle-search/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Loading