diff --git a/whoogle-search/docker-compose.yml b/whoogle-search/docker-compose.yml index fa7b9bd..762f0b7 100644 --- a/whoogle-search/docker-compose.yml +++ b/whoogle-search/docker-compose.yml @@ -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 diff --git a/whoogle-search/umbrel-app.yml b/whoogle-search/umbrel-app.yml index 2632033..10a40c6 100644 --- a/whoogle-search/umbrel-app.yml +++ b/whoogle-search/umbrel-app.yml @@ -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 \ No newline at end of file