Update Whoogle-search to 0.8.0 (#320)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Jasper 2022-12-07 03:54:05 -08:00 committed by GitHub
parent e5a254ab2c
commit 942985479a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 6420
web:
image: benbusby/whoogle-search:0.7.4@sha256:8526a3272d992ea2c240919b8b5dafee2b37eab28af7df4f175054ef29d8b65d
image: benbusby/whoogle-search:0.8.0@sha256:05ddde51df8d9b6ec8af2432c7ae669a63a6db99e3a140b3c92843e2539b055a
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.7.4"
version: "0.8.0"
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
description: >-
Get Google search results, but without any ads, javascript, AMP links,
@ -67,5 +67,49 @@ gallery:
path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
Complete overhaul of session management
- Fixed runaway session file creation for public instance maintainers
- Fixed failure to decrypt subsequent result page queries (i.e. page 2 query appearing as "gAAAAA....")
Added ability to navigate through results with Tab and Shift+Tab
Added an "Advanced Search" toggle in search results for quickly switching between countries
- Can be updated to support other search params, if requested
Updated filter for sponsored results/advertising content
Configured language + country is now included in search suggestion requests
Fixed issues with bolding search terms in result pages
Added ability to encode configuration in the URL
Allows jumping between Whoogle instances (via Farside, for example) and maintaining the same configuration settings
Fixed issues with result links to Google domains
Reduced the amount of logging the Tor service outputs by default
New translations:
- Thai
- Kurdish
- Welsh
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/117