Update file-browser to v2.44.0 (#3671)
This commit is contained in:
parent
8d0ec2b6a1
commit
53eb53e30a
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 80
|
||||
|
||||
server:
|
||||
image: filebrowser/filebrowser:v2.43.0@sha256:1d0bcba4bd7d8886cc6f77c791694d69f9c7c78e889c4ed3a5734529daed9fa1
|
||||
image: filebrowser/filebrowser:v2.44.0@sha256:f63369420687482dfdf252f80ef675f44ca1d1cd3a631261fb424136214fe629
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: file-browser
|
||||
category: files
|
||||
name: File Browser
|
||||
version: "2.43.0"
|
||||
version: "2.44.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.
|
||||
@ -10,11 +10,12 @@ 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:
|
||||
- Added "save changes" button to discard changes dialog
|
||||
- Optimized markdown preview height
|
||||
This release includes various improvements and new features:
|
||||
- Improved path display in the new file and directory modal
|
||||
- Added ability to set Ace editor theme
|
||||
- Enhanced upload speed calculation
|
||||
- Improved session token handling
|
||||
- Updated translations for multiple languages
|
||||
- Improved error handling and fixed various minor issues
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/filebrowser/filebrowser/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user