You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NOTE] This release introduces interactive library scan pause/cancel controls, SQLite database locking improvements, UTC timestamp standardisation, worker process tree resource monitoring, security hardening for plugin archives, and extensive UI refinements. Special thanks to our community contributors for their pull requests in this release!
Service
[NEW] Add ability to pause, resume, or cancel running library scans (controllable via the web interface and API).
[NEW] Add option for remote installation links to automatically push library configurations when dispatching new tasks.
[NEW] Support optional Sentry SDK error reporting and performance tracing.
[NEW] Add task start time and total processing duration metrics to completed tasks.
[FIX] Add SQLite database busy timeout to resolve peewee.OperationalError: database is locked issues (thanks @WViiras - #613).
[FIX] Standardise all database stored timestamps and internal log records to UTC.
[FIX] Invalidate metadata cache immediately upon metadata deletion.
[FIX] Validate plugin zip archive members before extraction to protect against path traversal (Zip-Slip) (thanks @rgregg - #617).