v1.5.3-beta

D4Vinci/Scraplingv1.5.3-betaAug 1, 2026by gtsteffaniak

AI Summary

A beta release addressing critical authentication and file permission issues. It fixes the logout redirection logic, the file sharing probe, and the handling of expired sessions.

Key Highlights

  • Fixed `canShare` probe to use real files
  • Fixed logout redirect URL
  • Fixed 401 expired session redirect

New Features

  • Auth flow fixes
  • File permission probe fix

Full Release Notes

## What's Changed

 **BugFixes**:
 - fix probe canShare with the real file, not a fixed text/plain stand-in (#2664)
 - When the logout button is pressed, the user is redirected to an invalid URL that does not honor baseURL / externalUrl (#2657)
 - fix redirect to login when an authenticated request returns 401 (expired session) (#2679)

## New Contributors
* @myUdav4iik made their first contribution in https://github.com/gtsteffaniak/filebrowser/pull/2664
* @e-tang made their first contribution in https://github.com/gtsteffaniak/filebrowser/pull/2679

**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v1.5.2-beta...v1.5.3-beta