mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Whoogle Search to 0.8.2 (#623)
This commit is contained in:
parent
7bd12c1e01
commit
b6c5dc6d8f
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 6420
|
APP_PORT: 6420
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: benbusby/whoogle-search:0.8.0@sha256:05ddde51df8d9b6ec8af2432c7ae669a63a6db99e3a140b3c92843e2539b055a
|
image: benbusby/whoogle-search:0.8.2@sha256:9721b1f2de485ace28ddc359bbbf832a7da9ac705513e742e68fa4ab9ba3c41a
|
||||||
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.8.0"
|
version: "0.8.2"
|
||||||
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,
|
||||||
@ -68,48 +68,42 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
Complete overhaul of session management
|
- adding time constraint to search options
|
||||||
|
|
||||||
- Fixed runaway session file creation for public instance maintainers
|
- Fix: added a functionality to make sure escaped characters stay escaped.
|
||||||
|
|
||||||
- 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
|
- Can be updated to support other search params, if requested
|
||||||
|
|
||||||
|
- adding line break between header options
|
||||||
Updated filter for sponsored results/advertising content
|
|
||||||
|
|
||||||
|
- Add whoogle.ungovernable.men to list of instances
|
||||||
Configured language + country is now included in search suggestion requests
|
|
||||||
|
|
||||||
|
- Omit 'mobile.' and 'm.' in site alt replacements
|
||||||
Fixed issues with bolding search terms in result pages
|
|
||||||
|
|
||||||
|
- Don't prepend services that have schemes with '//'
|
||||||
Added ability to encode configuration in the URL
|
|
||||||
|
|
||||||
|
- Add two more ungovernable.men instances
|
||||||
Allows jumping between Whoogle instances (via Farside, for example) and maintaining the same configuration settings
|
|
||||||
|
|
||||||
|
- Add a function to check if target_word contains CJK characters
|
||||||
Fixed issues with result links to Google domains
|
|
||||||
|
|
||||||
|
- Add instruction on fixing the fly.toml before deploying
|
||||||
Reduced the amount of logging the Tor service outputs by default
|
|
||||||
|
|
||||||
|
- Greek Translation request
|
||||||
New translations:
|
|
||||||
|
|
||||||
- Thai
|
- Added Indonesian translation
|
||||||
|
|
||||||
- Kurdish
|
- Add Azerbaijani translation
|
||||||
|
|
||||||
- Welsh
|
- Bump cryptography from 3.3.2 to 39.0.1
|
||||||
|
|
||||||
|
- Bump werkzeug from 0.16.0 to 2.2.3
|
||||||
|
|
||||||
|
- Add calculator widget
|
||||||
|
|
||||||
|
- Add authentication to cookie
|
||||||
|
|
||||||
|
- Fix a bug on remove_block_titles() and remove_block_url()
|
||||||
|
|
||||||
|
- Update zh-tw translation
|
||||||
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