v0.5.1-beta
gtsteffaniak/filebrowserv0.5.1-betaFeb 1, 2025by gtsteffaniak
AI Summary
This is a beta patch release (v0.5.1-beta) for filebrowser that introduces a new password length configuration option and fixes several bugs. The most notable change is the modification of the password auth config format from a simple boolean to an options object, enabling future extensibility.
Key Highlights
- Added password minimum length configuration via `auth.methods.password.minLength`
- Fixed NoAuth error message showing 'resource not found' (issue #338)
- CLI user configuration now works and was simplified
- Password auth config changed from boolean to options object for better extensibility
Breaking Changes
- Password authentication config format changed from boolean to options object - existing boolean configs will need to be migrated to the new format
New Features
- New `auth.methods.password.minLength` config option to set minimum password character requirements
Full Release Notes
## What's Changed > Note: I changed the [config](https://github.com/gtsteffaniak/filebrowser/wiki/Configuration#example-auth-config) for password auth again... It was a mistake just to make it a boolean, so now you can provide options, going forward this allows for more. **New Features**: - password length requirement config via `auth.methods.password.minLength` as a number of characters required. **Bugfixes**: - NoAuth error message "resource not found" https://github.com/gtsteffaniak/filebrowser/issues/338 - CLI user configuration works and simplified see examples in the [Wiki](https://github.com/gtsteffaniak/filebrowser/wiki/CLI) **Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v0.5.0-beta...v0.5.1-beta