v0.7.15-beta

gtsteffaniak/filebrowserv0.7.15-betaJul 19, 2025by gtsteffaniak

AI Summary

This is a bug-fix release for filebrowser v0.7.15-beta that includes new features like disableViewingExt and improved markdown viewer with highlightable line numbers. However, it contains a critical bug for onlyoffice integration - users with onlyoffice enabled should skip this update. This is likely the last 0.7.x release before major sharing and UI changes in 0.8.0.

Key Highlights

  • Contains a critical bug for onlyoffice integration - users with onlyoffice enabled should skip this update
  • Replaced disableOfficePreviewExt with more generally applicable disablePreviewExt
  • Added userDefault disableViewingExt that applies to all files, not just office files
  • Markdown viewer now has code blocks with line numbers and each line is highlightable
  • This is likely the last 0.7.x update before major changes in 0.8.0

Breaking Changes

  • disableOfficePreviewExt has been replaced with disablePreviewExt - users need to update their configuration

New Features

  • Added userDefault disableViewingExt - applies to all files, not just office files
  • Code blocks in markdown viewer have line numbers and each line is highlightable
  • More tooltip descriptions for settings options

Full Release Notes

Note: contains a bug for onlyoffice integration! If you have onlyoffice enabled, you should skip this update.

## What's Changed

This will likely be the last 0.7.x update, with major sharing and UI changes coming in [0.8.0](https://github.com/gtsteffaniak/filebrowser/discussions/729)

 **New Features**:
 - added userDefault `disableViewingExt`. The new properties apply to all files, not just office.
 - code blocks in markdown viewer have line numbers and each line is highlightable

 **Notes**:
 - replaced `disableOfficePreviewExt` with more generally applicable `disablePreviewExt` to disable preview for any specific file type.
 - more tooltip descriptions for settings options

 **BugFixes**:
 - fix chinese and other language error (#972, #969)
 - fix docker dockerfile for `docker run` (#973)
 - fix double slash href on single source (#968)
 - fix sources named "files" or "share" issue (#949, #574)
 - focus input field on popups (#976)
 - hopeful fix for size calculation (#982)
 - edit button is not working on .md files (#983)

**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v0.7.14-beta...v0.7.15-beta