v0.4.0-beta
gtsteffaniak/filebrowserv0.4.0-betaJan 21, 2025by gtsteffaniak
AI Summary
This beta release of filebrowser introduces better configurable logging with user information in API logs, and adds onlyOffice support for editing office files. The config file is now optional, running with default settings when absent.
Key Highlights
- Better logging - highly configurable with user info in API logs
- onlyOffice support for editing only office files
- Config file is now optional - runs with default settings without one
- Breadcrumbs behavior changed - now only shows on file listing (not previews/editors)
- Added more descriptions to swagger API
Breaking Changes
- Breadcrumbs will only show on file listing, not on previews or editors
New Features
- Highly configurable logging system
- API logs now include user information
- onlyOffice support for editing office files
- Optional config file with default settings fallback
- Enhanced swagger API documentation
Full Release Notes
## What's Changed
> Note: this is a beta release! there is no stable version.
**New Features**
- Better logging https://github.com/gtsteffaniak/filebrowser/issues/288
- highly configurable, see [logging wiki](https://github.com/gtsteffaniak/filebrowser/wiki/Logging)
- api logs include user https://github.com/gtsteffaniak/filebrowser/issues/287
- onlyOffice support for editing only office files (inspired from https://github.com/filebrowser/filebrowser/pull/2954)
**Notes**
- Breadcrumbs will only show on file listing (not on previews or editors)
- Config file is now optional. It will run with default settings without one and throw a `[WARN ]` message.
- Added more descriptions to swagger API
**Full Changelog**: https://github.com/gtsteffaniak/filebrowser/compare/v0.3.7-beta...v0.4.0-beta