Updater bot : filebrowser updated to 2.63.5

This commit is contained in:
alexbelgium
2026-05-22 11:55:15 +02:00
parent e2f01be3f4
commit ecfeaf664e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.63.5 (2026-05-22)
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)
## 2.63.4-3 (2026-05-20)
- Fix: add nginx redirect from root `/` to `/files/` to prevent Vue Router crash on startup
- Vue Router 4's `/:catchAll(.*)*` redirect throws `TypeError: e.params.catchAll is not iterable` when `catchAll` is `undefined` (navigating to root `/`)

View File

@@ -124,4 +124,4 @@ schema:
slug: filebrowser
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.63.4-3"
version: "2.63.5"

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"last_update": "2026-05-19",
"last_update": "2026-05-22",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "filebrowser",
"source": "github",
"upstream_repo": "filebrowser/filebrowser",
"upstream_version": "2.63.4"
"upstream_version": "2.63.5"
}