v1.1.3-beta
gtsteffaniak/filebrowserv1.1.3-betaDec 2, 2025by gtsteffaniak
AI Summary
This is a minor bug fix and improvement release for filebrowser v1.1.3-beta. The release addresses two notable bugs: indexing size increasing over time and download progress not being displayed. Additionally, it includes several improvements to user directory creation, access control caching, and favicon handling.
Key Highlights
- Fixed indexing used size increasing over time (#1685)
- Fixed download progress not being shown (#1687)
- Access control cache now cleared more aggressively to ensure no delay
- User directory scope creation continues even if filesystem path creation fails
- Removed default .ico favicon in favor of .svg
New Features
- Continue creating user directory scope even if filesystem path creation fails
- Access control cache cleared more aggressively to eliminate delays
- Replaced default .ico favicon with .svg
Full Release Notes
## What's Changed **Notes**: - continue create user dir scope even if filesystem path creation fails #1509 - access control cache is cleared more aggresively to ensure no delay - removed default .ico favicon in favor of .svg **BugFixes**: - indexing used size increases over time #1685 - download progress is not shown #1687 ## New Contributors * @StefPanther made their first contribution in https://github.com/gtsteffaniak/filebrowser/pull/1682 **Full Changelog**: https://github.com/gtsteffaniak/filebrowser/pull/1695