v0.7.6-beta

gtsteffaniak/filebrowserv0.7.6-betaJun 4, 2025by github-actions[bot]

AI Summary

This beta release introduces native document preview generation for the regular Docker image, supporting multiple document types without requiring OnlyOffice integration. The release also adds proxy logout redirect URL support and includes bug fixes for cache issues and gallery centering, though arm32 support has been removed from the main image.

Key Highlights

  • Native document preview generation enabled for 15+ document types (PDF, DOCX, PPTX, XLSX, etc.) without OnlyOffice
  • Docker images now ~600MB due to office preview support - slim images available for smaller footprint
  • arm32 support removed from main image - users must switch to slim tagged images
  • Proxy logout redirect URL support added via auth.methods.proxy.logoutRedirectUrl
  • Bug fixes for OnlyOffice cache issues and gallery size indicator centering

Breaking Changes

  • arm32 support removed from main Docker image - users must use slim tagged images
  • Docker images significantly larger (~600MB) due to native office preview support

New Features

  • Native document preview generation for PDF, XPS, EPUB, MOBI, FB2, CBZ, SVG, TXT, DOC, DOCX, PPT, PPTX, XLS, XLSX, HWP, HWPX
  • Proxy logout redirectUrl support via auth.methods.proxy.logoutRedirectUrl
  • Image loading placeholders that remain if image fails to load

Full Release Notes

## What's Changed
NOTE: if using docker arm32 image, you will need to switch to the slim images. The regular docker images are much larger now and support generating office previews out of the box without any only office running. However, they don't support arm32. Also, be aware the docker images are much larger now (600MB I believe) because of the office document preview support -- if thats not something you care about you can switch to the slim images.

 **New Features**:
 - native document preview generation enabled for certain document types on the regular docker image (no office integration needed)
   - supported native document preview types:
     - ".pdf",  // PDF
     - ".xps",  // XPS
     - ".epub", // EPUB
     - ".mobi", // MOBI
     - ".fb2",  // FB2
     - ".cbz",  // CBZ
     - ".svg",  // SVG
     - ".txt",  // TXT
     - ".doc",  // DOC
     - ".docx", // DOCX
     - ".ppt",  // PPT
     - ".pptx", // PPTX
     - ".xls",  // excel xls
     - ".xlsx", // exel XLSX
     - ".hwp",  // HWP
     - ".hwp",  // HWPX
 - proxy logout redirectUrl support via `auth.methods.proxy.logoutRedirectUrl` https://github.com/gtsteffaniak/filebrowser/issues/684

 **Notes**:
 - image loading placeholders added and remain if image can't be loaded.
 - no more arm32 support on main image -- use a `slim` tagged image.

 **BugFixes**:
 - onlyoffice and other cache issues https://github.com/gtsteffaniak/filebrowser/issues/686
 - gallery size indicator centering https://github.com/gtsteffaniak/filebrowser/issues/652

**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v0.7.5-beta...v0.7.6-beta