Updater bot : webtop_kde updated to 4.16-r0-ls92

This commit is contained in:
alexbelgium
2025-11-15 02:00:33 +01:00
parent c9f5a710bd
commit fa3009bb29
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 4.16-r0-ls92 (15-11-2025)
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
## 4.16-r0-ls95 (08-11-2025)
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/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

@@ -143,5 +143,5 @@ slug: webtop
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "4.16-r0-ls95"
version: "4.16-r0-ls92"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "08-11-2025",
"last_update": "15-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "webtop",
"source": "github",
"upstream_repo": "linuxserver/docker-webtop",
"upstream_version": "4.16-r0-ls95"
"upstream_version": "4.16-r0-ls92"
}