v1.5.3-beta
DavidHDev/react-bitsv1.5.3-betaAug 1, 2026by gtsteffaniak
AI Summary
This release addresses critical bugs related to session expiration, logout redirection, and file sharing functionality.
Key Highlights
- Fixed the `canShare` probe to use real file data instead of a text/plain placeholder.
- Fixed logout redirection to respect the baseURL/externalUrl settings.
- Fixed authentication redirect to the login page when a 401 (expired session) is returned.
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