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" }