diff --git a/file-browser/docker-compose.yml b/file-browser/docker-compose.yml index 48b3d67c..fb80ed66 100644 --- a/file-browser/docker-compose.yml +++ b/file-browser/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 80 server: - image: filebrowser/filebrowser:v2.62.1@sha256:6a0b050d4a5aae763783137eb3049f4f960428b363d05182c774bf4cc633becc + image: filebrowser/filebrowser:v2.62.2@sha256:d01ee49248ef1d2a26616bc11c196b1768e2a2b67040ff085c8ffd35c037d123 user: "1000:1000" restart: on-failure volumes: diff --git a/file-browser/umbrel-app.yml b/file-browser/umbrel-app.yml index 281ee388..19af9168 100644 --- a/file-browser/umbrel-app.yml +++ b/file-browser/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: file-browser category: files name: File Browser -version: "2.62.1" +version: "2.62.2" tagline: Browse and manage the files you download on your Umbrel description: >- File Browser lets you upload, delete, preview, rename and edit your folders and files. @@ -11,15 +11,13 @@ description: >- Easily manage files in the Umbrel's storage folder where your downloads from apps like Transmission, Sonarr, Radarr, and Lidarr are currently held. releaseNotes: >- Key updates in this version include: - - Fixed base URL and reverse proxy redirect handling - - Fixed share permissions to depend on download permissions - - Fixed signup handler to prevent creating admin accounts - - Fixed path cleaning in the patch handler - - Fixed folder upload skipping files on conflict - - Fixed folder upload incorrectly marking files as conflicting - - Fixed config parse errors not being surfaced properly - - Fixed percent-encoded upload paths in TUS Location header - - Allow users to delete their own account + - Fixed shares listing + - Fixed JSON escaping + - Fixed scripted content being enabled in EPUB files + - Fixed self-registered users incorrectly receiving execute permissions + - Fixed filename not being included in Content-Disposition header for inline downloads + - Fixed double slash in TUS upload path when reading multiple batches + - Fixed Redis upload cache key expiry on GetLength Full release notes are available at https://github.com/filebrowser/filebrowser/releases