diff --git a/filebrowser_quantum/CHANGELOG.md b/filebrowser_quantum/CHANGELOG.md index 44b48ffbe9..bdf07f6793 100644 --- a/filebrowser_quantum/CHANGELOG.md +++ b/filebrowser_quantum/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.4.0 (2026-06-20) +- Update to latest version from gtsteffaniak/filebrowser (changelog : https://github.com/gtsteffaniak/filebrowser/releases) ## 1.3.3-8 (2026-06-03) - Add `default_user_scope` option: sets the FileBrowser source path and default user scope (must be an existing absolute directory path, defaults to `/`) diff --git a/filebrowser_quantum/config.yaml b/filebrowser_quantum/config.yaml index 8283b21abb..e428b0fc14 100644 --- a/filebrowser_quantum/config.yaml +++ b/filebrowser_quantum/config.yaml @@ -114,4 +114,4 @@ schema: slug: filebrowser_quantum udev: true url: https://github.com/alexbelgium/hassio-addons -version: "1.3.3-8" +version: "1.4.0" diff --git a/filebrowser_quantum/updater.json b/filebrowser_quantum/updater.json index 5cb900d3ea..bd98af7356 100644 --- a/filebrowser_quantum/updater.json +++ b/filebrowser_quantum/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "2026-05-19", + "last_update": "2026-06-20", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "filebrowser_quantum", "source": "github", "upstream_repo": "gtsteffaniak/filebrowser", - "upstream_version": "1.3.3" + "upstream_version": "1.4.0" }