From 3278c228a897427e8bef08247a3a9ddf2c8497b2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Feb 2026 10:36:38 +0100 Subject: [PATCH] Updater bot : filebrowser_quantum updated to 1.2.1 --- filebrowser_quantum/CHANGELOG.md | 3 +++ filebrowser_quantum/config.yaml | 2 +- filebrowser_quantum/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/filebrowser_quantum/CHANGELOG.md b/filebrowser_quantum/CHANGELOG.md index c8c82d134..766ff1047 100644 --- a/filebrowser_quantum/CHANGELOG.md +++ b/filebrowser_quantum/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.2.1 (2026-02-28) +- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases) + ## 1.1.3 (2026-02-23) - Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases) diff --git a/filebrowser_quantum/config.yaml b/filebrowser_quantum/config.yaml index bab541912..fa8d381d8 100644 --- a/filebrowser_quantum/config.yaml +++ b/filebrowser_quantum/config.yaml @@ -110,4 +110,4 @@ schema: slug: filebrowser_quantum udev: true url: https://github.com/alexbelgium/hassio-addons -version: "1.1.3" +version: "1.2.1" diff --git a/filebrowser_quantum/updater.json b/filebrowser_quantum/updater.json index cc818fd5c..7ffc70b1f 100644 --- a/filebrowser_quantum/updater.json +++ b/filebrowser_quantum/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "2026-02-23", + "last_update": "2026-02-28", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "filebrowser_quantum", "source": "github", "upstream_repo": "gtsteffaniak/filebrowser", - "upstream_version": "1.1.3" + "upstream_version": "1.2.1" }