[0.8.2] - 2026-03-04
Features
- Added a new
Yearcolumn in the main table and Columns panel so duplicate titles can be distinguished at a glance. Thanks @dimitricappelle. - Added duplicate detection across instances (title + year key) with filter support via
duplicate:true/false. Thanks @tweety-tv. - Added quick duplicate chips to Sonarr and Radarr chip groups. Thanks @tweety-tv.
- Enhanced advanced/global filtering so bare tokens (for example
aac) search across row text, with explicit alias support viaany:value. Thanks @malkinskir. - Added secret file support for sensitive settings via
*_FILEenv vars (for exampleSONARR_API_KEY_FILE,RADARR_API_KEY_FILE,PLEX_TOKEN_FILE), while keeping existing*_KEY/*_TOKENenv vars fully compatible. - Added optional Windows Credential Manager secret references (
wincred:<target>), with EXE-first defaults and plain.envfallback for compatibility.
Fixes
- Updated mixed-resolution filtering to also inspect
ResolutionAllwhen rows are marked mixed (ResolutionMixed), so values likeresolution:1080pmatch mixed rows correctly. Thanks @jt3204 for the PR. - Adjusted reverse-proxy
ProxyFixhandling soSORTARR_PROXY_HOPSnow applies the full hop count toX-Forwarded-For, whileX-Forwarded-Host/Proto/Port/Prefixdefault to a single trusted forwarded value and can be overridden individually viaSORTARR_PROXY_HOPS_*. This fixes CSRF origin mismatches behind mixed proxy chains such as Cloudflare plus Caddy.