From 74714f2f201303412fd69c1e7c7b2b79117eaa88 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 22 Aug 2026 01:27:45 +0200 Subject: [PATCH] Updater bot : filebrowser_quantum updated to 1.5.2 (upstream 1.5.2) --- 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 8381a69129..605a1302a3 100644 --- a/filebrowser_quantum/CHANGELOG.md +++ b/filebrowser_quantum/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.5.2 (2026-08-22) +- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases) + ## 1.5.1.2 (2026-08-19) - Fix direct access on port 8071, which was broken in 1.5.1.1: the root redirect pointed at the container-internal port 8072 instead of the diff --git a/filebrowser_quantum/config.yaml b/filebrowser_quantum/config.yaml index 9c50e59943..56d71b7ce0 100644 --- a/filebrowser_quantum/config.yaml +++ b/filebrowser_quantum/config.yaml @@ -118,4 +118,4 @@ schema: slug: filebrowser_quantum udev: true url: https://github.com/alexbelgium/hassio-addons -version: "1.5.1.2" +version: "1.5.2" diff --git a/filebrowser_quantum/updater.json b/filebrowser_quantum/updater.json index e8373b2bc4..bf1326c74d 100644 --- a/filebrowser_quantum/updater.json +++ b/filebrowser_quantum/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "2026-08-08", + "last_update": "2026-08-22", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "filebrowser_quantum", "source": "github", "upstream_repo": "gtsteffaniak/filebrowser", - "upstream_version": "1.5.1" + "upstream_version": "1.5.2" }