Skip to content

Commit

Permalink
Update File Browser to 2.30.0 (#1227)
Browse files Browse the repository at this point in the history
Co-authored-by: Malte Kiefer <[email protected]>
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
3 people authored Jul 22, 2024
1 parent 351b9c4 commit e74e8e8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion file-browser/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
23 changes: 21 additions & 2 deletions file-browser/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,34 @@ 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.
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: []
Expand Down

0 comments on commit e74e8e8

Please sign in to comment.