Updater bot : whoogle updated to 1.2.2

This commit is contained in:
alexbelgium
2026-01-03 02:00:46 +01:00
parent c969e0b575
commit 0fc28612fe
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.2.2 (03-01-2026)
- Update to latest version from benbusby/whoogle-search (changelog : https://github.com/benbusby/whoogle-search/releases)
## 1.1.2 (29-11-2025)
- Update to latest version from benbusby/whoogle-search (changelog : https://github.com/benbusby/whoogle-search/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -121,4 +121,4 @@ schema:
slug: whoogle-search
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/whoogle
version: "1.1.2"
version: "1.2.2"

View File

@@ -1,8 +1,8 @@
{
"last_update": "29-11-2025",
"last_update": "03-01-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "whoogle",
"source": "github",
"upstream_repo": "benbusby/whoogle-search",
"upstream_version": "1.1.2"
"upstream_version": "1.2.2"
}