From 856bf2efda1c3d2beea27f59142f2f9a401f9daf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Feb 2026 01:57:12 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 6.4.23 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/config.yaml | 2 +- fireflyiii/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 78a728897..ea69177df 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.4.23 (2026-02-21) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.4.18 (2026-02-14) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) diff --git a/fireflyiii/config.yaml b/fireflyiii/config.yaml index 65c4f60ff..9665a0f6d 100644 --- a/fireflyiii/config.yaml +++ b/fireflyiii/config.yaml @@ -104,5 +104,5 @@ slug: fireflyiii startup: services udev: true url: https://github.com/alexbelgium/hassio-addons -version: "6.4.18" +version: "6.4.23" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 56c829bf3..3e5f66994 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "develop", - "last_update": "2026-02-14", + "last_update": "2026-02-21", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.4.18" + "upstream_version": "6.4.23" }