diff --git a/file-browser/docker-compose.yml b/file-browser/docker-compose.yml index 8c03011..f0bf356 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.25.0@sha256:b06f6146754a44a492334947b0caa9ad93509ca1b04da8dacd3a76cdd4a2f471 + image: filebrowser/filebrowser:v2.26.0@sha256:7428a67e0265f1550e2421bdc554d35889921f5ba2285b829693053fb98aab8a user: "1000:1000" restart: on-failure volumes: diff --git a/file-browser/umbrel-app.yml b/file-browser/umbrel-app.yml index d92e75e..6ae7fc7 100644 --- a/file-browser/umbrel-app.yml +++ b/file-browser/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: file-browser category: files name: File Browser -version: "2.25.0" +version: "2.26.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,33 +10,7 @@ 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: >- - - added shell resizing (#2648) - - - implement upload speed calculation and ETA estimation - - - tus upload with cloudflare proxy - - - update German translation (#2616) - - - 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 + This is a minor release with various bug fixes and performance improvements. Full release notes are available at https://github.com/filebrowser/filebrowser/releases. developer: File Browser website: https://filebrowser.org/ dependencies: []