diff --git a/whoogle-search/docker-compose.yml b/whoogle-search/docker-compose.yml index 158bc94..75390d2 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.9.0@sha256:2c87cc33ebbd1091f34e3dddd0a4e016ad1680d840945a80f4f410b4354779aa + image: benbusby/whoogle-search:0.9.1@sha256:f654c45236f6ed30ac5be47473a4a27757c0b58c173eccfc8fc12555c325e341 restart: on-failure stop_grace_period: 1m init: true diff --git a/whoogle-search/umbrel-app.yml b/whoogle-search/umbrel-app.yml index a6ed431..6b7de68 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.9.0" +version: "0.9.1" tagline: A self-hosted, ad-free, privacy-respecting metasearch engine description: >- Get Google search results, but without any ads, javascript, AMP links, @@ -69,14 +69,13 @@ defaultUsername: "" defaultPassword: "" releaseNotes: >- This update includes several improvements and new features: - - - Custom bangs for quick searches - - "Feeling Lucky" functionality has been fixed - - Improved error handling and query extraction - - Stack Overflow added as a default site alternative + - Added support for custom environment file paths + - Added ability to define fallback search engine URLs + - Fixed USPS tracking link display on mobile devices + - Improved config security by switching to JSON format - Various security updates and dependency upgrades - Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.9.0 + Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.9.1 submitter: Jasper submission: https://github.com/getumbrel/umbrel-apps/pull/117 \ No newline at end of file