mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update file browser to v2.25.0
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
11cf3bb9d3
commit
bf126d88bc
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 80
|
||||
|
||||
server:
|
||||
image: filebrowser/filebrowser:v2.24.2@sha256:75c38ef43072e587f4da998c9b1454091805394472fb2a5f0f77b1d0965d40fc
|
||||
image: filebrowser/filebrowser:v2.25.0@sha256:b06f6146754a44a492334947b0caa9ad93509ca1b04da8dacd3a76cdd4a2f471
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: file-browser
|
||||
category: files
|
||||
name: File Browser
|
||||
version: "2.24.2"
|
||||
version: "2.25.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,16 +10,31 @@ 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 updates File Browser from v2.22.4 to v2.24.2. It includes many bug fixes and performance improvements, as well as the following new features:
|
||||
- added shell resizing (#2648)
|
||||
|
||||
- added option to copy download links from shares
|
||||
- implement upload speed calculation and ETA estimation
|
||||
|
||||
- integrated tus.io for resumable and chunked uploads
|
||||
- tus upload with cloudflare proxy
|
||||
|
||||
- added right-to-left (rtl) support
|
||||
- update German translation (#2616)
|
||||
|
||||
- and more!
|
||||
- fixes for vite dev server (#2678)
|
||||
|
||||
- implement abort upload functionality (#2673)
|
||||
|
||||
- refactor path resolution logic for project root (#2674)
|
||||
|
||||
- add new folder button to move/create dialogs (#2667)
|
||||
|
||||
- optimize subtitles detection performance (#2637)
|
||||
|
||||
- bump go version to 1.21.0 (#2672)
|
||||
|
||||
- bump node version to 18 (#2671)
|
||||
|
||||
- fix frontend dev proxy settings
|
||||
|
||||
- migrate frontend tooling to vite 4 (#2645)
|
||||
|
||||
The full release notes are available at https://github.com/filebrowser/filebrowser/releases
|
||||
developer: File Browser
|
||||
|
Loading…
Reference in New Issue
Block a user