Updater bot : whoogle updated to 1.1.2

This commit is contained in:
alexbelgium
2025-11-29 02:00:45 +01:00
parent 0cae967690
commit 6ef7ee43c3
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 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.
## 1.1.0 (11-10-2025)

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.0
version: "1.1.2"

View File

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