diff --git a/file-browser/docker-compose.yml b/file-browser/docker-compose.yml index 058350a..c3bdeb4 100644 --- a/file-browser/docker-compose.yml +++ b/file-browser/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 80 server: - image: filebrowser/filebrowser:v2.22.4@sha256:8a30269612a3bc8453ab29641c3e3d7ad141a8d142efc2cd78196281b1035537 + image: filebrowser/filebrowser:v2.24.2@sha256:75c38ef43072e587f4da998c9b1454091805394472fb2a5f0f77b1d0965d40fc user: "1000:1000" restart: on-failure volumes: diff --git a/file-browser/umbrel-app.yml b/file-browser/umbrel-app.yml index aaab024..d33f61d 100644 --- a/file-browser/umbrel-app.yml +++ b/file-browser/umbrel-app.yml @@ -2,13 +2,26 @@ manifestVersion: 1 id: file-browser category: files name: File Browser -version: "2.22.4" +version: "2.24.2" 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 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 option to copy download links from shares + + - integrated tus.io for resumable and chunked uploads + + - added right-to-left (rtl) support + + - and more! + + + The full release notes are available at https://github.com/filebrowser/filebrowser/releases developer: File Browser website: https://filebrowser.org/ dependencies: [] @@ -23,4 +36,4 @@ path: "/files/" deterministicPassword: false torOnly: false submitter: Umbrel -submission: https://github.com/getumbrel/umbrel-apps/pull/169 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/169