v0.8.10-beta

gtsteffaniak/filebrowserv0.8.10-betaOct 22, 2025by gtsteffaniak

AI Summary

This beta release adds marquee selection to the listing view and includes multiple bug fixes, particularly for OnlyOffice integration and API endpoints. It also introduces environment variable support for disabling automatic backups and deprecates `conditionals.hidden` in favor of `conditionals.ignoreHidden`.

Key Highlights

  • Added marquee selection to listing view for easier file selection
  • Fixed API endpoints that were always returning 404
  • OnlyOffice now displays user language correctly
  • Supports FILEBROWSER_DISABLE_AUTOMATIC_BACKUP environment variable
  • Fixed anonymous upload bug from version 0.8.9

Breaking Changes

  • Deprecated `conditionals.hidden` - users should now use `conditionals.ignoreHidden` instead

New Features

  • Marquee selection in listing view for selecting multiple files by dragging

Full Release Notes

## What's Changed

 **New Features**:
 - Add marquee selection to listing view -- thanks @Kurami32 #1388

 **Notes**:
 - More changes to login auth flow
 - respects `FILEBROWSER_DISABLE_AUTOMATIC_BACKUP='true'` env var #1398
 - Deprecating `conditionals.hidden` instead use `conditionals.ignoreHidden`

 **BugFixes**:
 - Fix material outline styling
 - "feels lonely here" when clicking at source tab #1387
 - Anonymous upload bug 0.8.9 #1383
 - changing previews between documents in onlyoffice #1410
 - onlyoffice should display user language #1061
 - some API endpoints always return 404 #849

**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/pull/1417