Update file-browser to v2.32.0 (#2143)

This commit is contained in:
Alexander L. 2025-02-05 17:18:02 +01:00 committed by GitHub
parent a61a9a187b
commit a6fd2d62a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80
server:
image: filebrowser/filebrowser:v2.31.2@sha256:a4da9ca8364b0a1fc5dd36f7add92582bf673c0ae0bda8dd9bd13062c41d1715
image: filebrowser/filebrowser:v2.32.0@sha256:593478e3c24c5ea9f5d7478dc549965b7bc7030707291006ce8d0b6162d3454b
user: "1000:1000"
restart: on-failure
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: file-browser
category: files
name: File Browser
version: "2.31.2"
version: "2.32.0"
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,9 +11,11 @@ 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: >-
This release includes various improvements and bug fixes:
- Fixed files list alignment
- Added whitespace before version display
- Improved German translation with spelling corrections
- Fixed disk usage refreshing
- Improved handling of prompts during copy, move, and upload operations
- Added proper healthcheck for S6 containers
- Updated translations, including Spanish for "Hide dot files setting"
Full release notes are available at https://github.com/filebrowser/filebrowser/releases.
developer: File Browser