From 3ba330e718bd26ac986378a858660c9a81c716a9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 May 2026 01:27:22 +0200 Subject: [PATCH] Updater bot : filebrowser_quantum updated to 1.3.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 45402b5134..ccbbb4d5b4 100644 --- a/filebrowser_quantum/CHANGELOG.md +++ b/filebrowser_quantum/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.3.2 (2026-05-16) +- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases) + ## 1.3.1 (2026-05-02) - 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 05279ac2e2..b0f34d741a 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.3.1" +version: "1.3.2" diff --git a/filebrowser_quantum/updater.json b/filebrowser_quantum/updater.json index 7d9a3a68a1..5e57545e0c 100644 --- a/filebrowser_quantum/updater.json +++ b/filebrowser_quantum/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "2026-05-02", + "last_update": "2026-05-16", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "filebrowser_quantum", "source": "github", "upstream_repo": "gtsteffaniak/filebrowser", - "upstream_version": "1.3.1" + "upstream_version": "1.3.2" }