Updater bot : fireflyiii updated to 6.4.8

This commit is contained in:
alexbelgium
2025-11-15 01:56:53 +01:00
parent e9b13ca649
commit c124471a63
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 6.4.8 (15-11-2025)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
## 6.4.4 (08-11-2025)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/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

@@ -104,5 +104,5 @@ slug: fireflyiii
startup: services
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "6.4.4"
version: "6.4.8"
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "2025",
"last_update": "08-11-2025",
"last_update": "15-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii",
"source": "github",
"upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "6.4.4"
"upstream_version": "6.4.8"
}