Updater bot : fireflyiii updated to 6.4.4

This commit is contained in:
alexbelgium
2025-11-08 01:56:54 +01:00
parent 9ce53f8d91
commit a71f8703fe
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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