From b3ea90ccbcbf86462fac98a2e8e720ae7d4c6240 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 3 Jan 2026 01:56:58 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 20260101.1 --- 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 885957d1f..e9ad5e042 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 20260101.1 (03-01-2026) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.4.14 (20-12-2025) - 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 f30e48332..8617798ea 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.14" +version: "20260101.1" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 3f1ae326b..dd16a9c35 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "2025", - "last_update": "20-12-2025", + "last_update": "03-01-2026", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.4.14" + "upstream_version": "20260101.1" }