mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update file-browser to version v2.31.1 (#1414)
This commit is contained in:
parent
a5ab078ca5
commit
2dcd2c22f4
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 80
|
||||
|
||||
server:
|
||||
image: filebrowser/filebrowser:v2.30.0@sha256:862a8f4f4829cb2747ced869aea8593204bbc718c92f0f11c97e7b669a54b53d
|
||||
image: filebrowser/filebrowser:v2.31.1@sha256:b9b0dcac8b20c01ed4777889c8ae6ff74443ed604e11e4b862d9f3068eeb9114
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: file-browser
|
||||
category: files
|
||||
name: File Browser
|
||||
version: "2.30.0"
|
||||
version: "2.31.1"
|
||||
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,24 +10,20 @@ 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 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
|
||||
Features:
|
||||
- Implemented markdown file preview in Ace editor.
|
||||
- Added support for EPUB MIME type and EPUB preview functionality.
|
||||
- Added Czech translation.
|
||||
|
||||
Fixes:
|
||||
- Fixed frontend audit and lint issues.
|
||||
- Corrected Catalan i18n file and improved Ukrainian translation.
|
||||
- Fixed “N files selected” hint and CSS selectors for listing icons.
|
||||
- Fixed clipboard copy in Safari and PDF preview header.
|
||||
- Fixed issue with upload indicator jumping in the UI.
|
||||
- Added pull-down-to-refresh functionality in the editor.
|
||||
- Minor formatting fixes and frontend improvements.
|
||||
- Auto-wrap for listing names.
|
||||
|
||||
Full release notes are available at https://github.com/filebrowser/filebrowser/releases.
|
||||
developer: File Browser
|
||||
|
|
Loading…
Reference in New Issue
Block a user