diff --git a/file-browser/docker-compose.yml b/file-browser/docker-compose.yml index 523e5f76..d7c23124 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.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 \ No newline at end of file diff --git a/file-browser/umbrel-app.yml b/file-browser/umbrel-app.yml index 3b5252be..d506b73a 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.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 \ No newline at end of file