From bc74afb673f29f4ed676f7e6d72a00228492855f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Aug 2026 01:27:49 +0200 Subject: [PATCH] Updater bot : filebrowser_quantum updated to 1.5.3 (upstream 1.5.3) --- 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 605a1302a3..96f1fa8e88 100644 --- a/filebrowser_quantum/CHANGELOG.md +++ b/filebrowser_quantum/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.5.3 (2026-08-29) +- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases) + ## 1.5.2 (2026-08-22) - 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 56d71b7ce0..c3be4e0041 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.2" +version: "1.5.3" diff --git a/filebrowser_quantum/updater.json b/filebrowser_quantum/updater.json index bf1326c74d..5f5a9e9ccf 100644 --- a/filebrowser_quantum/updater.json +++ b/filebrowser_quantum/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "2026-08-22", + "last_update": "2026-08-29", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "filebrowser_quantum", "source": "github", "upstream_repo": "gtsteffaniak/filebrowser", - "upstream_version": "1.5.2" + "upstream_version": "1.5.3" }