forked from michael.heier/umbrel-apps
Update Whoogle-search to 0.8.0 (#320)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
e5a254ab2c
commit
942985479a
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 6420
|
APP_PORT: 6420
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: benbusby/whoogle-search:0.7.4@sha256:8526a3272d992ea2c240919b8b5dafee2b37eab28af7df4f175054ef29d8b65d
|
image: benbusby/whoogle-search:0.8.0@sha256:05ddde51df8d9b6ec8af2432c7ae669a63a6db99e3a140b3c92843e2539b055a
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: whoogle-search
|
id: whoogle-search
|
||||||
category: Networking
|
category: Networking
|
||||||
name: Whoogle Search
|
name: Whoogle Search
|
||||||
version: "0.7.4"
|
version: "0.8.0"
|
||||||
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
|
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
|
||||||
description: >-
|
description: >-
|
||||||
Get Google search results, but without any ads, javascript, AMP links,
|
Get Google search results, but without any ads, javascript, AMP links,
|
||||||
|
@ -67,5 +67,49 @@ gallery:
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
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
|
submitter: Jasper
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/117
|
submission: https://github.com/getumbrel/umbrel-apps/pull/117
|
Loading…
Reference in New Issue
Block a user