Browse Source

Update File Browser to 2.30.0 (#1227)

Co-authored-by: Malte Kiefer <malte.kiefer@mailbox.org>
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Malte Kiefer 6 months ago
committed by GitHub
parent
commit
e74e8e8d1b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      file-browser/docker-compose.yml
  2. 23
      file-browser/umbrel-app.yml

2
file-browser/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80
server:
image: filebrowser/filebrowser:v2.27.0@sha256:00b75afd52a92e4525e3bcaf61caa2a31b8d878a5b371380686b1145cb0424fd
image: filebrowser/filebrowser:v2.30.0@sha256:862a8f4f4829cb2747ced869aea8593204bbc718c92f0f11c97e7b669a54b53d
user: "1000:1000"
restart: on-failure
volumes:

23
file-browser/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: file-browser
category: files
name: File Browser
version: "2.27.0"
version: "2.30.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,7 +10,26 @@ 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 is a minor release with various bug fixes and performance improvements. Full release notes are available at https://github.com/filebrowser/filebrowser/releases.
This release includes various bug fixes and performance improvements:
- Added overlay for sidebar on mobile
- Fixed shell window size
- Updated current folder name in page title
- Optimized upload indicator display
- Enhanced MIME Type Detection for Additional File Extensions
- Enabled multi-select with SHIFT key in singleClick mode
- Improved file type icon sensitivity to suffix case
- Fixed inability to play MKV video files online and enhanced VideoPlayer features
Full release notes are available at https://github.com/filebrowser/filebrowser/releases.
developer: File Browser
website: https://filebrowser.org/
dependencies: []

Loading…
Cancel
Save