Updater bot : calibre updated to 8.14.0

This commit is contained in:
alexbelgium
2025-11-08 01:56:12 +01:00
parent cdcf776339
commit ea60e07812
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 8.14.0 (08-11-2025)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/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.
## "8.13.0" (18-10-2025)

View File

@@ -117,5 +117,5 @@ schema:
slug: calibre
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre
version: "8.13.0"
version: "8.14.0"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "18-10-2025",
"last_update": "08-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "calibre",
"source": "github",
"upstream_repo": "linuxserver/docker-calibre",
"upstream_version": "8.13.0"
"upstream_version": "8.14.0"
}