v0.7.2-beta

gtsteffaniak/filebrowserv0.7.2-betaMay 9, 2025by gtsteffaniak

AI Summary

This release removes the media tags introduced in v0.7.0, making media enabled by default in all docker images. It also includes several bug fixes and improvements such as a close button for settings, Authelia/authentik support for redirect URIs, and a fix for hover bugs with exact timestamp settings.

Key Highlights

  • Media tags removed - all docker images now have media enabled
  • Added close button to Settings (fixes issue #583)
  • Added support for Authelia/authentik with redirect_uris
  • Fixed hover bug when exact timestamp setting enabled (fixes issue #585)
  • Redirect API messages now INFO instead of WARN

Breaking Changes

  • Media tags removed - users who were specifically using non-media docker images will now have media enabled
  • Scope update behavior changed - updating scope now sets to exact scope specified rather than merging

New Features

  • Authelia/authentik support with redirect_uris
  • Settings UI now has close button instead of back button
  • Hover bug fix for exact timestamp setting

Full Release Notes

## What's Changed

The `media` tags introduced in 0.7.0 have been removed -- all docker images have media enabled now.

  **Notes**:
  - Reverts enforced user login methods types -- until suitable methods to alter are available.
  - When updating a user, updating scope always sets to the exact scope specified on updated.
  - Redirect api messages are INFO instead of WARN
  - Settings has close button instead of back https://github.com/gtsteffaniak/filebrowser/issues/583
  - tweak for authelia , provide `redirect_uris` as well as `redirect_uri` needed for authentik

  **Bug Fixes**:
  - Hover bug when exact timestamp setting enabled https://github.com/gtsteffaniak/filebrowser/issues/585

**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v0.7.1-beta...v0.7.2-beta