v2.0.0-preview-5

rtk-ai/rtkv2.0.0-preview-5Aug 5, 2026by gtsteffaniak

AI Summary

Final preview build featuring UI fixes, header configuration changes, and an upgrade to FFmpeg.

Key Highlights

  • Removed default media player option
  • Changed `trustedHeaders` config array to boolean `trustProxyHeaders`
  • Upgraded FFmpeg to 9.0
  • Fixed dynamic imports and Windows slash issues

Breaking Changes

  • Config change: `trustedHeaders` array is now a boolean `trustProxyHeaders: true`

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