v0.6.6-beta - January 09, 2026
What's New: ✨
- Downloads in Media Details page now indicate if the relevant file is missing on disk.
- Logs filtering will now include searching in tracebacks as well, and also does searches on the backend. Downloaded logs will be sorted by date time in ascending order for easier analysis.
- Added options for
Disable WebUI AuthenticationandFFMPEG Timeoutsettings to General Settings. Fixes #425.
Bug Fixes: 🐛
- Fixed an issue that was setting media items to monitored when all trailers were deleted for that media.
- Fixed an issue that could cause
database is lockederrors during heavy load. Added retries with exponential backoff for database operations that fail due to locking.
Other Changes: ⚡
- Updated
python:aiohttpfrom3.13.2to3.13.3. - Updated
CleanupandScan All Media Folderstasks to not change media monitoring status when trailers are deleted. - Refactored some backend logic related to media status updates.
- Updated relevant documentation pages to reflect new changes and features.
- Fixed docstring formatting in Swagger UI for better readability, and marked some endpoints as deprecated that are not being used/maintained anymore.