Skip to content

v0.7.6-beta

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 22:01
· 9 commits to 8881407a751b85861f6563fb37ecba91ca269574 since this release
36e826a

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 #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 #686
  • gallery size indicator centering #652

Full Changelog: v0.7.5-beta...v0.7.6-beta