v0.4.2-beta - July 15 2025
What's New: ✨
- YouTube search now uses
1080
resolution as2160
was causing some issues. - Logs are now stored in database instead of text files. All Logs are saved to database, change filters to see them. Helps with better handling and supports tying them to media items in future.
- Logs are stored for 30 days. Old logs will be deleted as part of
Cleanup
task. - Updated frontend
Logs
section to use logs from database along with tracebacks for errors and above.
Bug Fixes: 🐛
- Fixed a bug that was reporting trailer download as failed even though download succeeded. Fixes #253. 📂
- Fixed a bug with
FilesHandler
that scans for trailers. - Fixed a bug in Media Details page that sometimes would not refresh the changes loaded from server.
Other Changes: ⚡
- All Scheduled Tasks are now async.
- Normalized database defaults for alembic migrations and added
ONDELETE
relationships. glightbox
version used in devcontainer has been corrected.- Separated SQLModel base for AppLogs and App models.
- Corrected openapi path used in Docs from generator script.
- Setup some
PRAGMA
options on database engine to make relationships work and improve performance.