v2.0.0-preview-5
TabbyML/tabbyv2.0.0-preview-5Aug 5, 2026by gtsteffaniak
AI Summary
A preview build consolidating fixes for v2.0.0-beta, specifically addressing reverse proxy headers, Windows slash issues, and media player problems.
Key Highlights
- `trustedHeaders` config array replaced with boolean `trustProxyHeaders: true`
- Upgraded ffmpeg to 9.0
- Fixed dynamic imports and Windows slash issues
- Fixed view grant plyr and TOTP backend user struct check
Breaking Changes
- `trustedHeaders` config array is now a boolean `trustProxyHeaders: true` and configs will need updating
Full Release Notes
> [!CAUTION] > This is a pre-beta preview of v2.0.0 and should be treated as a test build. Make sure you keep your existing configuration and files safe. > [!NOTE] > `trustedHeaders` config array is now a boolean `trustProxyHeaders: true` and configs will need updating. This will likely be the final preview build and will likely release v2.0.0-beta this weekend. Please join the attached discussion with any issues or comments and enable `settings > System & Admin > Send Analytics`. ## What's Changed * removed default media player option + cleanup by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2709 * fix dynamic imports by @Kurami32 in https://github.com/gtsteffaniak/filebrowser/pull/2712 * log specific value change for user diff by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2711 * trusted headers check changes by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2716 * upgraded ffmpeg to 9.0 and merged changelog by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2718 * Trusted headers replace with boolean by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2719 * fix windows slash issue in v2.0.0 by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2720 * fix v2.0.0 totp backend user struct check by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2721 * View grant plyr fixes by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2710 * updated onlyoffice view grant by @gtsteffaniak in https://github.com/gtsteffaniak/filebrowser/pull/2723 **Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v2.0.0-preview-4...v2.0.0-preview-5