v0.7.6-beta
·
9 commits
to 8881407a751b85861f6563fb37ecba91ca269574
since this release
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
- supported native document preview types:
- 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:
Full Changelog: v0.7.5-beta...v0.7.6-beta