Update file-browser to version v2.31.1 (#1414)

This commit is contained in:
Nathan Fretz 2024-09-02 15:41:48 +10:00 committed by GitHub
parent a5ab078ca5
commit 2dcd2c22f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 21 deletions

View File

@ -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:
@ -17,4 +17,4 @@ services:
- FB_PORT=80
- FB_DATABASE=/database/filebrowser.db
- FB_ROOT=/data
- FB_NOAUTH=true
- FB_NOAUTH=true

View File

@ -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
@ -44,4 +40,4 @@ path: "/files/"
deterministicPassword: false
torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/169
submission: https://github.com/getumbrel/umbrel-apps/pull/169